| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 651e450 commit 075c57e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2169,6 +2169,8 @@ def make_bin_override(): | |||
| 2169 | 2169 | ||
| 2170 | 2170 | if options.compile_commands_json: | |
| 2171 | 2171 | gyp_args += ['-f', 'compile_commands_json'] | |
| 2172 | + os.path.islink('./compile_commands.json') and os.unlink('./compile_commands.json') | ||
| 2173 | + os.symlink('./out/' + config['BUILDTYPE'] + '/compile_commands.json', './compile_commands.json') | ||
| 2172 | 2174 | ||
| 2173 | 2175 | # override the variable `python` defined in common.gypi | |
| 2174 | 2176 | if bin_override is not None: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments