mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Improve rust build docs
This commit is contained in:
parent
d63e03a8e7
commit
229e3b80c5
3 changed files with 29 additions and 33 deletions
|
@ -64,8 +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)
|
||||
remove_and_symlink("../third_party/v8/tools/clang", root("tools/clang"),
|
||||
True)
|
||||
|
||||
|
||||
# Run Yarn to install JavaScript dependencies.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue