We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compile_commands.json
1 parent 679ee23 commit c5a7780Copy full SHA for c5a7780
graal-nodejs/configure.py
@@ -2211,6 +2211,8 @@ def make_bin_override():
2211
2212
if options.compile_commands_json:
2213
gyp_args += ['-f', 'compile_commands_json']
2214
+ os.path.islink('./compile_commands.json') and os.unlink('./compile_commands.json')
2215
+ os.symlink('./out/' + config['BUILDTYPE'] + '/compile_commands.json', './compile_commands.json')
2216
2217
# override the variable `python` defined in common.gypi
2218
if bin_override is not None:
0 commit comments