Changeset 24662
- Timestamp:
- 03/12/20 20:43:14 (5 years ago)
- Location:
- issm/trunk-jpl/src/wrappers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/matlab/Makefile.am
r24654 r24662 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 -
issm/trunk-jpl/src/wrappers/python/Makefile.am
r24654 r24662 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
Note:
See TracChangeset
for help on using the changeset viewer.