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
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/xbuild.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xbuild.include b/main/xbuild.include
index 49e95bfacf..d65ae031eb 100644
--- a/main/xbuild.include
+++ b/main/xbuild.include
@@ -26,7 +26,7 @@ endif
endif
XBUILD=xbuild
-XBUILD_VERBOSITY=normal
+XBUILD_VERBOSITY ?= normal
XBUILD_ARGS=/verbosity:$(XBUILD_VERBOSITY) /nologo /property:CodePage=65001
XBUILD_PROFILE=/property:Configuration=$(PROFILE_NAME)