mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
build: let gyp choose msvs version
This commit is contained in:
committed by
Bert Belder
parent
54d293da56
commit
cfbfaaa87d
2
configure
vendored
2
configure
vendored
@@ -495,7 +495,7 @@ write('config.mk',
|
||||
if options.use_ninja:
|
||||
gyp_args = ['-f', 'ninja']
|
||||
elif os.name == 'nt':
|
||||
gyp_args = ['-f', 'msvs', '-G', 'msvs_version=2010']
|
||||
gyp_args = ['-f', 'msvs', '-G', 'msvs_version=auto']
|
||||
elif options.dest_os:
|
||||
gyp_args = ['-f', 'make-' + options.dest_os]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user