mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-11 10:56:25 +08:00
fixed: typo in build script
This commit is contained in:
@@ -1039,7 +1039,7 @@ class InternalCommands:
|
|||||||
elif generator.startswith('Visual Studio 10'):
|
elif generator.startswith('Visual Studio 10'):
|
||||||
value,type = _winreg.QueryValueEx(key, '10.0')
|
value,type = _winreg.QueryValueEx(key, '10.0')
|
||||||
else:
|
else:
|
||||||
raise Exception('Cannot determin vcvarsall.bat location for: ' + generator)
|
raise Exception('Cannot determine vcvarsall.bat location for: ' + generator)
|
||||||
|
|
||||||
# not sure why, but the value on 64-bit differs slightly to the original
|
# not sure why, but the value on 64-bit differs slightly to the original
|
||||||
if os_bits == '64bit':
|
if os_bits == '64bit':
|
||||||
|
|||||||
Reference in New Issue
Block a user