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:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2014-12-07 05:17:40 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2014-12-07 05:17:40 +0300
commit2909a22d6be8a4daaf7272239537e299d8085141 (patch)
tree33e753a29538fa935b361f58643fe03aad0fca95 /configure
parent7f3eaa9e840f862a9c9d7a012d633c6ced9ed098 (diff)
[Configure] Force profile to 'mac' on Darwin systems.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 7db73998ef..ddd367c54b 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"