diff options
Diffstat (limited to 'tools/third_party.py')
-rw-r--r-- | tools/third_party.py | 1 |
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 |