| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f5b8aee commit e8538c3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2030,8 +2030,8 @@ def make_bin_override(): | |||
| 2030 | 2030 | if bin_override is not None: | |
| 2031 | 2031 | gyp_args += ['-Dpython=' + sys.executable] | |
| 2032 | 2032 | ||
| 2033 | - # pass the leftover positional arguments to GYP | ||
| 2034 | - gyp_args += args | ||
| 2033 | + # pass the leftover non-whitespace positional arguments to GYP | ||
| 2034 | + gyp_args += [arg for arg in args if not str.isspace(arg)] | ||
| 2035 | 2035 | ||
| 2036 | 2036 | if warn.warned and not options.verbose: | |
| 2037 | 2037 | warn('warnings were emitted in the configure phase') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments