summaryrefslogtreecommitdiff
path: root/tools/third_party.py
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-12-03 12:13:20 -0800
committerBert Belder <bertbelder@gmail.com>2018-12-03 12:14:05 -0800
commit7d02971c2c88705afd019442965f228e0165c73b (patch)
tree9d5b099b5888ccbe05cd0ac682f50c4129cd02a1 /tools/third_party.py
parent6aa02f1fd9ea5e24c82b8edb865898063a39a765 (diff)
third_party: symlink //third_party/v8/build => //build
Diffstat (limited to 'tools/third_party.py')
-rw-r--r--tools/third_party.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/third_party.py b/tools/third_party.py
index d7b587845..0578899cd 100644
--- a/tools/third_party.py
+++ b/tools/third_party.py
@@ -104,6 +104,7 @@ def fix_symlinks():
remove_and_symlink("v8/third_party/jinja2", tp("jinja2"), True)
remove_and_symlink("v8/third_party/llvm-build", tp("llvm-build"), True)
remove_and_symlink("v8/third_party/markupsafe", tp("markupsafe"), True)
+ remove_and_symlink("../../build", tp("v8/build"), True)
# On Windows, git doesn't create the right type of symlink if the symlink
# and it's target are in different repos. Here we fix the symlinks that