mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
Move //libdeno to //core/libdeno (#2015)
Fixes some sed errors introduced in c43cfe. Unfortunately moving libdeno required splitting build.rs into two parts, one for cli and one for core. I've also removed the arm64 build - it's complicating things at this re-org and we're not even testing it. I need to swing back to it and get tools/test.py running for it.
This commit is contained in:
parent
ad3cbc50fb
commit
c9614d86c1
74 changed files with 604 additions and 602 deletions
|
@ -16,7 +16,7 @@ eslint = os.path.join(third_party_path, "node_modules", "eslint", "bin",
|
|||
os.chdir(root_path)
|
||||
run([
|
||||
"python", cpplint, "--filter=-build/include_subdir",
|
||||
"--repository=libdeno", "--extensions=cc,h", "--recursive", "libdeno"
|
||||
"--repository=core/libdeno", "--extensions=cc,h", "--recursive", "core"
|
||||
])
|
||||
|
||||
run([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue