Fix typo in core AMBuilder file triggering exception when triggering exception.
This commit is contained in:
parent
c11036a7b9
commit
d49c72cf8b
@ -79,7 +79,7 @@ for sdk_name in SM.sdks:
|
||||
if msvc_ver == 1800:
|
||||
vs_year = '2013'
|
||||
else:
|
||||
raise Exception('Cannot find libprotobuf for MSVC version "' + compiler.version + '"')
|
||||
raise Exception('Cannot find libprotobuf for MSVC version "' + str(compiler.version) + '"')
|
||||
|
||||
if 'DEBUG' in compiler.defines:
|
||||
lib_path = os.path.join(sdk.path, 'lib', 'win32', 'debug', 'vs' + vs_year, 'libprotobuf.lib')
|
||||
|
Loading…
Reference in New Issue
Block a user