mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
Remove prebuilt v8 support
This commit is contained in:
parent
0481d6c2c0
commit
b40326875c
11 changed files with 3 additions and 135 deletions
|
@ -7,7 +7,6 @@ import os
|
|||
import re
|
||||
import sys
|
||||
from distutils.spawn import find_executable
|
||||
import prebuilt
|
||||
|
||||
|
||||
def main():
|
||||
|
@ -19,7 +18,6 @@ def main():
|
|||
third_party.download_gn()
|
||||
third_party.download_clang_format()
|
||||
third_party.download_clang()
|
||||
prebuilt.load()
|
||||
third_party.maybe_download_sysroot()
|
||||
|
||||
write_lastchange()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue