Changeset 24654 for issm/trunk-jpl/src/wrappers/python/Makefile.am
- Timestamp:
- 03/11/20 20:39:49 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/python/Makefile.am
r24593 r24654 64 64 endif 65 65 66 # NOTE: 67 # - On Linux, We probably do not need the -static flag as long as we only 68 # generate static libraries for external packages. Dynamic system libraries 69 # will be linked to, whether we like it or not, if no static version is 70 # available. 71 # - On macOC, static linking of binaries is not supported. 72 # 66 73 if STANDALONE_MODULES 74 if MAC 75 AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN' 76 else 67 77 AM_LDFLAGS += -Wl,-static -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN' 78 endif 68 79 endif 69 80
Note:
See TracChangeset
for help on using the changeset viewer.