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:
authoriain holmes <iain@xamarin.com>2015-07-07 13:07:40 +0300
committeriain holmes <iain@xamarin.com>2015-10-30 15:22:11 +0300
commitb59a5530f4909a442db858b7904113022bf1650d (patch)
tree6b464e471dc66ccd7a1253428339e8784d09e82e /main/Makefile.include
parentccf7b57c8c49644539ecbf6530d0f968e992667d (diff)
[Build] Run md-tool with the correct architecture
Diffstat (limited to 'main/Makefile.include')
-rw-r--r--main/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.include b/main/Makefile.include
index 9a4ca5ad94..826698c130 100644
--- a/main/Makefile.include
+++ b/main/Makefile.include
@@ -18,4 +18,4 @@ MD_LAUNCH_SETUP= \
MONODEVELOP_LOCALE_PATH="$(abs_top_builddir)/build/locale" \
MONODEVELOP_TEST_PROFILE="$(MD_BIN_PATH)/test-profile"
-MDTOOL_RUN=$(MD_LAUNCH_SETUP) exec -a "mdtool" $(RUNTIME) --debug "$(MD_BIN_PATH)/mdtool.exe"
+MDTOOL_RUN=$(MD_LAUNCH_SETUP) exec -a "mdtool" $(RUNTIME)$(SGEN_SUFFIX) --debug "$(MD_BIN_PATH)/mdtool.exe"