Changeset 27865
- Timestamp:
- 07/31/23 14:25:35 (20 months ago)
- Location:
- issm/trunk-jpl/src/wrappers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/matlab/Makefile.am
r27631 r27865 121 121 if MAC 122 122 AM_LDFLAGS += -Wl,-rpath,'@rpath' 123 if FORTRAN 124 AM_LDFLAGS += -Wl,-rpath,$(FORTRANDIR) 125 endif 123 126 else 124 127 AM_LDFLAGS += -Wl,-static -Wl,-lbacktrace -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN' -
issm/trunk-jpl/src/wrappers/python/Makefile.am
r27791 r27865 106 106 if MAC 107 107 AM_LDFLAGS += -Wl,-rpath,'@rpath' -Wl,-rpath,'/Applications/Xcode.app/Contents/Developer/Library/Frameworks' -Wl,-rpath,'/Library/Developer/CommandLineTools/Library/Frameworks' 108 if FORTRAN 109 AM_LDFLAGS += -Wl,-rpath,$(FORTRANDIR) 110 endif 108 111 else 109 112 AM_LDFLAGS += -Wl,-static -Wl,-lbacktrace -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
Note:
See TracChangeset
for help on using the changeset viewer.