summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/third_party.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/third_party.py b/tools/third_party.py
index f1c211fae..7f89850b9 100644
--- a/tools/third_party.py
+++ b/tools/third_party.py
@@ -64,8 +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)
+ remove_and_symlink("../third_party/v8/tools/clang", root("tools/clang"),
+ True)
# Run Yarn to install JavaScript dependencies.