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:
authorLluis Sanchez <lluis@xamarin.com>2014-10-15 18:13:17 +0400
committerLluis Sanchez <lluis@xamarin.com>2014-10-15 18:13:17 +0400
commited1b716b650dbe5f574d691e3f576a33224e0a8e (patch)
treec1a76252267d2de008f4db32c154949b53702aa9 /configure
parentd1d783ed3138fd9d1f83fbb64ce2a4c4865e4079 (diff)
parent2b5f31505fa2d3a6dfd2ce958abd1d31705c4c3d (diff)
Merge remote-tracking branch 'mono/master' into xs6
Conflicts: configure main/build/MacOSX/monostub.m main/src/addins/MacPlatform/MacPlatform.cs version-checks
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ff149220aa..42ff68fc52 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:`pwd`/main/build/bin"
+ export DYLD_FALLBACK_LIBRARY_PATH="$DYLD_FALLBACK_LIBRARY_PATH:/Library/Developer/CommandLineTools/usr/lib:/usr/local/lib:`pwd`/main/build/bin"
fi
configure_packages