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:
authorAlan McGovern <alan@xamarin.com>2015-09-17 18:31:45 +0300
committerAlan McGovern <alan@xamarin.com>2015-09-17 18:32:41 +0300
commit31fa64709030b3edb971237780a452a4c69943c4 (patch)
treee396fd60bb0251d7691fd0b16817567b8328e25b
parentca4e59c5cf8fab16d9ac7b1fe17474916989fdcf (diff)
[build] Force xcode511 and MacOS SDK 10.8 to be used for monostubmonodevelop-5.9.7.9
Try to work around a crash when resizing XS
-rw-r--r--main/build/MacOSX/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index 8aa0764c96..3d2bc66567 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -7,7 +7,7 @@ ADDINS=$(MAC_APP_LIB_DIR)/AddIns
EXTRAS=$(top_srcdir)/../extras
ARTIFACTS=$(top_srcdir)/../../artifacts
MD_CONFIGURE=$(top_srcdir)/../scripts/configure.sh
-SDK_PATH=$(shell xcrun --sdk macosx10.11 --show-sdk-path)
+SDK_PATH=$(shell /Applications/Xcode511.app/Contents/Developer/usr/bin/xcrun --sdk macosx10.8 --show-sdk-path)
PACKAGE_UPDATE_ID=$(shell $(MD_CONFIGURE) get-releaseid)
BUNDLE_VERSION=$(shell $(MD_CONFIGURE) get-version)