Skip to content

Commit d46ea9c

Browse files
committed
remove symlink
1 parent 43ffd1b commit d46ea9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generate_compilation_db.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ sed -i.bak "s@__EXEC_ROOT__@${execroot}@" "${outfile}"
1212
echo "Compilation Database: ${outfile}"
1313

1414
workspace="$(bazel info workspace)"
15+
rm -rf "${workspace}/compile_commands.json"
1516
ln -s "${outfile}" "${workspace}"

0 commit comments

Comments
 (0)