Changeset 27866
- Timestamp:
- 07/31/23 20:41:23 (20 months ago)
- Location:
- issm/trunk-jpl/src/wrappers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/wrappers/matlab/Makefile.am ¶
r27865 r27866 121 121 if MAC 122 122 AM_LDFLAGS += -Wl,-rpath,'@rpath' 123 if FORTRAN124 AM_LDFLAGS += -Wl,-rpath,$(FORTRANDIR)125 endif126 123 else 127 124 AM_LDFLAGS += -Wl,-static -Wl,-lbacktrace -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN' -
TabularUnified issm/trunk-jpl/src/wrappers/python/Makefile.am ¶
r27865 r27866 105 105 if STANDALONE_MODULES 106 106 if MAC 107 AM_LDFLAGS += -Wl,-rpath,'@rpath' -Wl,-rpath,'/Applications/Xcode.app/Contents/Developer/Library/Frameworks' -Wl,-rpath,'/Library/Developer/CommandLineTools/Library/Frameworks'108 if FORTRAN109 AM_LDFLAGS += -Wl,-rpath,$(FORTRANDIR)110 endif111 107 else 112 108 AM_LDFLAGS += -Wl,-static -Wl,-lbacktrace -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
Note:
See TracChangeset
for help on using the changeset viewer.