source: issm/oecreview/Archive/24307-24683/ISSM-24661-24662.diff@ 24684

Last change on this file since 24684 was 24684, checked in by Mathieu Morlighem, 5 years ago

CHG: added new review

File size: 1.2 KB
  • ../trunk-jpl/src/wrappers/python/Makefile.am

     
    7171# - On macOC, static linking of binaries is not supported.
    7272#
    7373if STANDALONE_MODULES
    74 if MAC
    75 AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
    76 else
     74#if MAC
     75#AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
     76#else
    7777AM_LDFLAGS += -Wl,-static -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
    7878endif
    79 endif
     79#endif
    8080
    8181AM_LDFLAGS      += --no-warnings
    8282AM_CXXFLAGS += -D_HAVE_PYTHON_MODULES_ -fPIC
  • ../trunk-jpl/src/wrappers/matlab/Makefile.am

     
    9595# - On macOC, static linking of binaries is not supported.
    9696#
    9797if STANDALONE_MODULES
    98 if MAC
    99 AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
    100 else
     98#if MAC
     99#AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
     100#else
    101101AM_LDFLAGS += -Wl,-static -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
    102102endif
    103 endif
     103#endif
    104104
    105105AM_CXXFLAGS += -D_HAVE_MATLAB_MODULES_ -fPIC
    106106
Note: See TracBrowser for help on using the repository browser.