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