Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriain <iaholmes@microsoft.com>2019-08-06 20:39:44 +0300
committerDuncan Mak <duncan@yomigana>2019-08-12 18:50:07 +0300
commit62851779dbfa2656ad2aa3137d354e0101ca04cd (patch)
treea066112e47dbd625276d543d6b12b39f950680f0 /main/build
parent27868701d84b08ac636a809090eaaa5c3d46cbad (diff)
[Mac] Add the extra paths needed for libraries (#8346)
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index 3c733b83b6..07b54e968c 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -29,7 +29,16 @@ export MACOSX_DEPLOYMENT_TARGET=10.12
# With the hardened runtime, we need to specify the location of all libraries
# that we dlopen
-MONOSTUB_RPATH=-Wl,-rpath,/Library/Frameworks/Mono.framework/Libraries/ -Wl,-rpath,@executable_path/../Resources/lib/monodevelop/bin/
+MONOSTUB_RPATH=-Wl,-rpath,/Library/Frameworks/Mono.framework/Libraries/ \
+-Wl,-rpath,@executable_path/../Resources/lib/monodevelop/bin/ \
+-Wl,-rpath,@executable_path/../Resources/lib/ \
+-Wl,-rpath,@executable_path/../Resources/lib/monodevelop/AddIns/DisplayBindings/TextEditor.Cocoa/ \
+-Wl,-rpath,@executable_path/../Resources/lib/monodevelop/AddIns/VersionControl/ \
+-Wl,-rpath,@executable_path/../Resources/lib/monodevelop/AddIns/VersionControl/lib/osx/ \
+-Wl,-rpath,/Library/Developer/CommandLineTools/usr/lib/ \
+-Wl,-rpath,/Applications/Xcode.app/Contents/Developer/ \
+-Wl,-rpath,/usr/lib/ \
+-Wl,-rpath,/usr/local/lib/
all: monostub monostub-nogui monostub-test