Skip to content

Commit ab5e58b

Browse files
authored
Revert "build: only generate specified build type files"
This reverts commit 6cb940a. PR-URL: #53580 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent eca806b commit ab5e58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2277,7 +2277,7 @@ def make_bin_override():
22772277
gyp_args += ['-Dpython=' + python]
22782278

22792279
if options.use_ninja:
2280-
gyp_args += ['-f', 'ninja-' + flavor, '-G', 'config=' + config['BUILDTYPE']]
2280+
gyp_args += ['-f', 'ninja-' + flavor]
22812281
elif flavor == 'win' and sys.platform != 'msys':
22822282
gyp_args += ['-f', 'msvs', '-G', 'msvs_version=auto']
22832283
else:

0 commit comments

Comments
 (0)