Build with Visual Studio 2017

This commit is contained in:
Cheng Zhao 2018-03-13 14:21:09 +09:00 committed by Aleksei Kuzmin
parent e6d38cb64e
commit 42938de973
4 changed files with 6 additions and 6 deletions

View file

@ -61,7 +61,7 @@ def run_gyp(target_arch, component):
if PLATFORM == 'linux' and target_arch != get_host_arch():
env['GYP_CROSSCOMPILE'] = '1'
elif PLATFORM == 'win32':
env['GYP_MSVS_VERSION'] = '2015'
env['GYP_MSVS_VERSION'] = '2017'
python = sys.executable
if sys.platform == 'cygwin':
# Force using win32 python on cygwin.