We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ccd7f6 + 79e754e commit 00c42dcCopy full SHA for 00c42dc
exports/Makefile
@@ -51,7 +51,7 @@ endif
51
endif
52
53
54
-ifeq ($(NOFORTRAN), $(filter $(NOFORTRAN),1 2))
+ifneq (,$(filter 1 2,$(NOFORTRAN)))
55
FEXTRALIB =
56
57
@@ -112,7 +112,7 @@ else
112
$(OBJCONV) @objconv.def ../$(LIBNAME) ../$(LIBNAME).osx.renamed
113
$(LIBDYNNAME) : ../$(LIBNAME).osx.renamed osx.def
114
115
116
#only build without Fortran
117
$(CC) $(CFLAGS) -all_load -headerpad_max_install_names -install_name "$(CURDIR)/../$(LIBDYNNAME)" -dynamiclib -o ../$(LIBDYNNAME) $< -Wl,-exported_symbols_list,osx.def $(FEXTRALIB)
118
else
0 commit comments