diff options
-rw-r--r-- | tools/third_party.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/third_party.py b/tools/third_party.py index 2a2c34231..f1c211fae 100644 --- a/tools/third_party.py +++ b/tools/third_party.py @@ -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. |