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:
-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"