source:
issm/oecreview/Archive/24307-24683/ISSM-24661-24662.diff
Last change on this file was 24684, checked in by , 5 years ago | |
---|---|
File size: 1.2 KB |
-
../trunk-jpl/src/wrappers/python/Makefile.am
71 71 # - On macOC, static linking of binaries is not supported. 72 72 # 73 73 if STANDALONE_MODULES 74 if MAC75 AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'76 else74 #if MAC 75 #AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN' 76 #else 77 77 AM_LDFLAGS += -Wl,-static -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN' 78 78 endif 79 endif79 #endif 80 80 81 81 AM_LDFLAGS += --no-warnings 82 82 AM_CXXFLAGS += -D_HAVE_PYTHON_MODULES_ -fPIC -
../trunk-jpl/src/wrappers/matlab/Makefile.am
95 95 # - On macOC, static linking of binaries is not supported. 96 96 # 97 97 if STANDALONE_MODULES 98 if MAC99 AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'100 else98 #if MAC 99 #AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN' 100 #else 101 101 AM_LDFLAGS += -Wl,-static -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN' 102 102 endif 103 endif103 #endif 104 104 105 105 AM_CXXFLAGS += -D_HAVE_MATLAB_MODULES_ -fPIC 106 106
Note:
See TracBrowser
for help on using the repository browser.