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:
authorAlan McGovern <alan@xamarin.com>2014-07-16 04:09:08 +0400
committerAlan McGovern <alan@xamarin.com>2014-07-16 04:17:15 +0400
commitac2038c34fb2b469261bafd167723098632e2313 (patch)
tree57ab97b2511a3545d8c23a958c811738bec9189f /configure
parentdc0e08d88dc2394af5e57f94e427d9f91a80be6a (diff)
[build] Add main/build/bin to DYLD_FALLBACK_LIBRARY_PATH
This is so we can find libxammac.dylib when trying to dlopen the ios designer support library libmthosting.dylib The changes to monostub are leaky, but meh.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 669b70b9d1..fc694261b0 100755
--- a/configure
+++ b/configure
@@ -278,7 +278,7 @@ if test `uname` = "Darwin"; then
export ACLOCAL_FLAGS="-I /Library/Frameworks/Mono.framework/Versions/Current/share/aclocal"
fi
# add in libsvn's directory as a fallback path. user-set paths will override it
- export DYLD_FALLBACK_LIBRARY_PATH="$DYLD_FALLBACK_LIBRARY_PATH:/Library/Developer/CommandLineTools/usr/lib"
+ export DYLD_FALLBACK_LIBRARY_PATH="$DYLD_FALLBACK_LIBRARY_PATH:/Library/Developer/CommandLineTools/usr/lib:`pwd`main/build/bin"
fi
configure_packages