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
RevLine 
[24684]1Index: ../trunk-jpl/src/wrappers/python/Makefile.am
2===================================================================
3--- ../trunk-jpl/src/wrappers/python/Makefile.am (revision 24661)
4+++ ../trunk-jpl/src/wrappers/python/Makefile.am (revision 24662)
5@@ -71,12 +71,12 @@
6 # - On macOC, static linking of binaries is not supported.
7 #
8 if STANDALONE_MODULES
9-if MAC
10-AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
11-else
12+#if MAC
13+#AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
14+#else
15 AM_LDFLAGS += -Wl,-static -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
16 endif
17-endif
18+#endif
19
20 AM_LDFLAGS += --no-warnings
21 AM_CXXFLAGS += -D_HAVE_PYTHON_MODULES_ -fPIC
22Index: ../trunk-jpl/src/wrappers/matlab/Makefile.am
23===================================================================
24--- ../trunk-jpl/src/wrappers/matlab/Makefile.am (revision 24661)
25+++ ../trunk-jpl/src/wrappers/matlab/Makefile.am (revision 24662)
26@@ -95,12 +95,12 @@
27 # - On macOC, static linking of binaries is not supported.
28 #
29 if STANDALONE_MODULES
30-if MAC
31-AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
32-else
33+#if MAC
34+#AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
35+#else
36 AM_LDFLAGS += -Wl,-static -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
37 endif
38-endif
39+#endif
40
41 AM_CXXFLAGS += -D_HAVE_MATLAB_MODULES_ -fPIC
42
Note: See TracBrowser for help on using the repository browser.