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:
authorJeffrey Stedfast <jeff@xamarin.com>2014-10-02 20:23:30 +0400
committerJeffrey Stedfast <jeff@xamarin.com>2014-10-02 20:23:30 +0400
commite19597c22cc7a411774c2654db4f86a422c474f0 (patch)
treedf366a9b93554dc7f0d961ee066c4eadc2f2d09b /configure
parent1db132e1b75f6b0108db513789de8126fc3c1cc2 (diff)
Added fallback path for libsvn_client in configure as well
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 669b70b9d1..17fd0834f4 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:/usr/local/lib"
fi
configure_packages