mirror of
https://github.com/ModOrganizer2/modorganizer-umbrella.git
synced 2026-07-27 13:58:32 -07:00
@@ -88,6 +88,7 @@ class MSBuild(Builder):
|
||||
"/verbosity:" + verbosity,
|
||||
"/consoleloggerparameters:Summary",
|
||||
"/fileLogger",
|
||||
"/property:RunCodeAnalysis=false",
|
||||
"/fileloggerparameters:Summary;Verbosity=" + lverbosity]
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,8 @@ boost_components = ["date_time",
|
||||
"filesystem",
|
||||
"thread",
|
||||
"log",
|
||||
"locale"]
|
||||
"locale",
|
||||
"program_options"]
|
||||
boost_components_shared = ["python"]
|
||||
|
||||
user_config_jam = "user-config-{}.jam".format("64" if config['architecture'] == "x86_64" else "32")
|
||||
|
||||
Reference in New Issue
Block a user