mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
Move GN root into //core/libdeno (#2943)
This commit is contained in:
parent
40a6d83073
commit
9c282d6a0e
31 changed files with 81 additions and 80 deletions
|
@ -20,6 +20,7 @@ else:
|
|||
executable_suffix = ".exe" if os.name == "nt" else ""
|
||||
|
||||
root_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
||||
libdeno_path = os.path.join(root_path, "core", "libdeno")
|
||||
tests_path = os.path.join(root_path, "tests")
|
||||
third_party_path = os.path.join(root_path, "third_party")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue