From 7d02971c2c88705afd019442965f228e0165c73b Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 3 Dec 2018 12:13:20 -0800 Subject: third_party: symlink //third_party/v8/build => //build --- tools/third_party.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 -- cgit v1.2.3