mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
tools: fix tools/clang
symlink on startup
This commit is contained in:
parent
2adc9bd580
commit
1a6ba1f812
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +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)
|
||||
|
||||
|
||||
# Run Yarn to install JavaScript dependencies.
|
||||
|
|
Loading…
Reference in a new issue