From 2909a22d6be8a4daaf7272239537e299d8085141 Mon Sep 17 00:00:00 2001 From: Marius Ungureanu Date: Sun, 7 Dec 2014 04:17:40 +0200 Subject: [PATCH] [Configure] Force profile to 'mac' on Darwin systems. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 7db73998ef7..ddd367c54ba 100755 --- a/configure +++ b/configure @@ -271,6 +271,7 @@ if [ x$select == xyes -o ! -a profiles/$profile ]; then fi if test `uname` = "Darwin"; then + profile="mac" # if building on bots or in default environment, fix up paths to use system Mono 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"