Remove prebuilt v8 support

This commit is contained in:
Bert Belder 2018-12-13 21:56:53 +01:00 committed by Ryan Dahl
parent 0481d6c2c0
commit b40326875c
11 changed files with 3 additions and 135 deletions

View file

@ -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()