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:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2013-12-03 20:46:02 +0400
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2013-12-03 20:46:02 +0400
commit1e1104c2353afaa31ca612a2ac8522a5706e3606 (patch)
treec5855ed6d8c27f9e9a4537f9acf01f2229113dbc /configure
parenteecb549c7071a3a4625e1a3581a9c2b75268c026 (diff)
[Subversion] Fix subversion on Mac on trunk builds.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7378c9e8d0..d45b7d6af9 100755
--- a/configure
+++ b/configure
@@ -258,7 +258,7 @@ fi
if test `uname` = "Darwin"; then
if test "x$BUILD_REVISION" != "x" -o "x$DYLD_FALLBACK_LIBRARY_PATH" = "x"; then
- export DYLD_FALLBACK_LIBRARY_PATH="/Library/Frameworks/Mono.framework/Versions/Current/lib:/lib:/usr/lib"
+ export DYLD_FALLBACK_LIBRARY_PATH="/Library/Frameworks/Mono.framework/Versions/Current/lib:/lib:/usr/lib:/Library/Developer/CommandLineTools/usr/lib"
export PATH="/Library/Frameworks/Mono.framework/Versions/Current/bin:$PATH"
export ACLOCAL_FLAGS="-I /Library/Frameworks/Mono.framework/Versions/Current/share/aclocal"
fi