diff options
Diffstat (limited to 'exports/Makefile')
-rw-r--r-- | exports/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exports/Makefile b/exports/Makefile index c05389573..b03ad2324 100644 --- a/exports/Makefile +++ b/exports/Makefile @@ -38,7 +38,7 @@ endif endif ifeq ($(USE_OPENMP), 1) ifeq ($(C_COMPILER), GCC) -EXTRALIB += -lgomp +EXTRALIB += -lomp endif endif endif |