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:
authorLluis Sanchez Gual <lluis@xamarin.com>2014-06-30 14:50:15 +0400
committerLluis Sanchez Gual <lluis@xamarin.com>2014-06-30 14:50:15 +0400
commita29667ee616ae54db3a137a9f68c00bd0c77960d (patch)
treeb9792887885cbf7c2ac39d356a54e7fcdc00c5f2
parent3182277e8c51bc1f824a104f26bd81dd61601289 (diff)
[Mac] Set 10.8 as base framework for monostubmonodevelop-5.1.1.19monodevelop-5.1.1-branch
If the base framework is set to 10.9 or upper, gtk# seems to have several rendering issues when running on Yosemite.
-rw-r--r--main/build/MacOSX/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index 3f5c4805cd..088a4b9266 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -6,6 +6,7 @@ ADDINS=$(MACOS)/lib/monodevelop/AddIns
EXTRAS=$(top_srcdir)/../extras
ARTIFACTS=$(top_srcdir)/../../artifacts
MD_CONFIGURE=$(top_srcdir)/../scripts/configure.sh
+XCODE_PATH=`xcode-select -p`
PACKAGE_UPDATE_ID=$(shell $(MD_CONFIGURE) get-releaseid)
BUNDLE_VERSION=$(shell $(MD_CONFIGURE) get-version)
@@ -23,7 +24,7 @@ dmg: render.exe app
./make-dmg-bundle.sh
monostub: monostub.m $(MONOSTUB_EXTRA_SOURCES)
- gcc -Wall -mmacosx-version-min=10.6 -m32 -o $@ $^ -framework AppKit
+ gcc -Wall -mmacosx-version-min=10.6 -m32 -o $@ $^ -framework AppKit -isysroot $(XCODE_PATH)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
clean-local:
rm -rf MonoDevelop.app