Build with Visual Studio 2017
This commit is contained in:
parent
e6d38cb64e
commit
42938de973
4 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue