Merge pull request #79 from isanae/master

Boost and ncc
This commit is contained in:
isanae
2020-11-06 12:06:27 -05:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -88,6 +88,7 @@ class MSBuild(Builder):
"/verbosity:" + verbosity,
"/consoleloggerparameters:Summary",
"/fileLogger",
"/property:RunCodeAnalysis=false",
"/fileloggerparameters:Summary;Verbosity=" + lverbosity]
+2 -1
View File
@@ -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")