Fix typo in core AMBuilder file triggering exception when triggering exception.

This commit is contained in:
Nicholas Hastings 2015-03-31 17:39:04 -04:00
parent c11036a7b9
commit d49c72cf8b

View File

@ -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')