0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

third_party: symlink //third_party/v8/build => //build

This commit is contained in:
Bert Belder 2018-12-03 12:13:20 -08:00
parent 6aa02f1fd9
commit 7d02971c2c
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7f6923ab6e7125238a69d4c0dd8b31f12cb78ce7
Subproject commit 63d8141691c6e6f0e5b731f8d79f744a00378bf2

View file

@ -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