diff --git a/configure.py b/configure.py index df0d9d822d3..c6266cc89f8 100755 --- a/configure.py +++ b/configure.py @@ -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: