Skip to content

Instantly share code, notes, and snippets.

@mhutch
Created June 20, 2014 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhutch/766f395df17bb6687378 to your computer and use it in GitHub Desktop.
Save mhutch/766f395df17bb6687378 to your computer and use it in GitHub Desktop.
diff --git a/configure b/configure
index 8db98f5..8d6144d 100755
--- a/configure
+++ b/configure
@@ -272,10 +272,11 @@ 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:/Library/Developer/CommandLineTools/usr/lib"
+ export DYLD_FALLBACK_LIBRARY_PATH="/Library/Frameworks/Mono.framework/Versions/Current/lib:/lib:/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
+ export DYLD_FALLBACK_LIBRARY_PATH="$DYLD_FALLBACK_LIBRARY_PATH:/Library/Developer/CommandLineTools/usr/lib"
fi
configure_packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment