From 62851779dbfa2656ad2aa3137d354e0101ca04cd Mon Sep 17 00:00:00 2001 From: iain Date: Tue, 6 Aug 2019 18:39:44 +0100 Subject: [Mac] Add the extra paths needed for libraries (#8346) --- main/build/MacOSX/Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'main/build') 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 -- cgit v1.2.3