Skip to content

Commit

Permalink
tools: fix tools/clang symlink on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Aug 2, 2018
1 parent 2adc9bd commit 1a6ba1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/third_party.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def fix_symlinks():
remove_and_symlink("third_party/v8/build_overrides",
root("build_overrides"), True)
remove_and_symlink("third_party/v8/testing", root("testing"), True)
remove_and_symlink("../third_party/v8/tools/clang",
root("tools/clang"), True)


# Run Yarn to install JavaScript dependencies.
Expand Down

0 comments on commit 1a6ba1f

Please sign in to comment.