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>2013-12-04 21:31:18 +0400
committerLluis Sanchez <lluis@xamarin.com>2013-12-04 21:31:18 +0400
commit2c16c4104ac172c9255271115471390173d7c42e (patch)
treeee3a6ecf634655bf41d96a112d73472921ce2aa8 /configure
parent9c6a4944ffe34507058ada4a1e342c87a08a3ee5 (diff)
parent8edf0064200d3f6bb3c55c68f35ee928b8b2dbda (diff)
Merge remote-tracking branch 'origin/master' into fsharp
Conflicts: version-checks
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f960522c73..98dabd5280 100755
--- a/configure
+++ b/configure
@@ -269,7 +269,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