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-01-15 22:06:33 +0300
committerAlan McGovern <alan@xamarin.com>2015-01-15 22:06:33 +0300
commit1aec36cb8cd0ca3b19ea33b46458102d47eb2351 (patch)
treeb211fab57b96a8635086f70d1db8cb30eeb57928
parent8b0c54364042038b8e127f6487f5a9ea35e916a5 (diff)
Revert "[MacOSX] Update mmp invocation to match latest Xamarin.Mac API."
This reverts commit 8e375c35234e6fd292d7b4f1e3d9bf1896ca5024.
-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 7c479f01a7..3a4bc94574 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -50,7 +50,7 @@ app: monostub native-init.a
@echo "Building the native executable"
@echo ""
- $(XAMARIN_MAC)/bin/mmp --output $(abspath $(MAC_APP_DIR)/../) --name $(APP_NAME) --no-root-assembly --embed-mono:false --target-framework=4.0 --link_flags="-force_load native-init.a" -r $(XAMARIN_MAC)/lib/reference/full/Xamarin.Mac.dll --arch i386
+ $(XAMARIN_MAC)/bin/mmp --output $(abspath $(MAC_APP_DIR)/../) --name $(APP_NAME) --no-root-assembly --profile=xammac --link_flags="-force_load native-init.a" --use-system-mono --arch i386
# @echo ""
# @echo "Copying install prefix into app bundle"