fixed: typo in build script

This commit is contained in:
Nick Bolton 2012-11-28 18:34:53 +00:00
parent 02b23bd881
commit b5fca17db5
1 changed files with 1 additions and 1 deletions

View File

@ -1039,7 +1039,7 @@ class InternalCommands:
elif generator.startswith('Visual Studio 10'):
value,type = _winreg.QueryValueEx(key, '10.0')
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
if os_bits == '64bit':