mirror of https://github.com/nodejs/node.git
Revert "build: only generate specified build type files"
This reverts commit 6cb940a546
.
PR-URL: https://github.com/nodejs/node/pull/53580
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
pull/40434/merge
parent
eca806b54a
commit
ab5e58bf29
|
@ -2277,7 +2277,7 @@ if flavor == 'win' and python.lower().endswith('.exe'):
|
|||
gyp_args += ['-Dpython=' + python]
|
||||
|
||||
if options.use_ninja:
|
||||
gyp_args += ['-f', 'ninja-' + flavor, '-G', 'config=' + config['BUILDTYPE']]
|
||||
gyp_args += ['-f', 'ninja-' + flavor]
|
||||
elif flavor == 'win' and sys.platform != 'msys':
|
||||
gyp_args += ['-f', 'msvs', '-G', 'msvs_version=auto']
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue