Fix error when configuring for csgo SDK build on VS 2017.
This commit is contained in:
@@ -75,6 +75,8 @@ for sdk_name in SM.sdks:
|
|||||||
vs_year = '2013'
|
vs_year = '2013'
|
||||||
elif msvc_ver == 1900:
|
elif msvc_ver == 1900:
|
||||||
vs_year = '2015'
|
vs_year = '2015'
|
||||||
|
elif msvc_ver == 1910:
|
||||||
|
vs_year = '2017'
|
||||||
else:
|
else:
|
||||||
raise Exception('Cannot find libprotobuf for MSVC version "' + str(compiler.version) + '"')
|
raise Exception('Cannot find libprotobuf for MSVC version "' + str(compiler.version) + '"')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user