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:
authorAlex Corrado <alexc@xamarin.com>2013-12-11 05:02:35 +0400
committerAlex Corrado <alexc@xamarin.com>2013-12-11 05:53:01 +0400
commitb5c9663a35f7b2ba9b6b465d5dd4f4c1fdefc231 (patch)
tree017364a1247282ba17dd946f8d658306222ff561 /main/Makefile.am
parent11c9c9b4f51301447904347b888428cb2f975d9d (diff)
Add MD_LAUNCH_EXTRA_ENV environment variable to set extra environment variables when launching with `make run`
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 544c2f9a2e..8c039cc542 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -110,7 +110,7 @@ apidocs:
mdassembler --out docs/sources/monodevelop-extension-guide --addins docs/extension-model.xml
# cd docs/apiguide && mdassembler --out monodevelop-api-guide --xhtml toc.xhtml && mv monodevelop-api-guide.zip ../web/sources
-MD_LAUNCH=$(MD_LAUNCH_SETUP) UBUNTU_MENUPROXY=0 LIBOVERLAY_SCROLLBAR=0 exec -a "monodevelop" $(RUNTIME)
+MD_LAUNCH=$(MD_LAUNCH_SETUP) $(MD_LAUNCH_EXTRA_ENV) UBUNTU_MENUPROXY=0 LIBOVERLAY_SCROLLBAR=0 exec -a "monodevelop" $(RUNTIME)
run: run-sgen