Skip to content

Commit

Permalink
[Configure] Force profile to 'mac' on Darwin systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
Therzok committed Dec 7, 2014
1 parent 7f3eaa9 commit 2909a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2909a22

Please sign in to comment.