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:13:51 +0300
committerAlan McGovern <alan@xamarin.com>2015-01-15 22:13:51 +0300
commitf8b40c9e71169dbd27639cd8e80cb251614e129b (patch)
tree9d6b3557d95c18accb01155856006a92b02df4e0 /main/build
parent55d5a5dd55a54ee145c294762131da8e987098af (diff)
Revert "[MacOSX] Update mmp invocation to match latest Xamarin.Mac API."
This reverts commit 1e7ab4aae760bd6bb8ab201bf0ca63da1af5672a.
Diffstat (limited to 'main/build')
-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"