We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9174e8e commit 172d868Copy full SHA for 172d868
bin/build.py
@@ -184,7 +184,8 @@ def PositiveInt(string):
184
detail.verify_msys_path.verify(msys_path)
185
os.environ['PATH'] = "{};{}".format(msys_path, os.getenv('PATH'))
186
187
-if toolchain_entry.is_nmake:
+vs_ninja = toolchain_entry.is_ninja and toolchain_entry.vs_version
188
+if toolchain_entry.is_nmake or vs_ninja:
189
os.environ = detail.get_nmake_environment.get(
190
toolchain_entry.arch, toolchain_entry.vs_version
191
)
0 commit comments