This commit is contained in:
Kamil ATLI
2020-04-25 16:37:33 +03:00
committed by GitHub
parent c9860b0976
commit ad9c06b790
+1 -1
View File
@@ -71,7 +71,7 @@ def setup():
shelltools.system("/usr/bin/python3 build/download_nacl_toolchains.py --packages nacl_x86_newlib,pnacl_newlib,pnacl_translator sync --extract")
shelltools.system("/usr/bin/python3 tools/clang/scripts/update.py")
shelltools.system("tools/gn/bootstrap/bootstrap.py --gn-gen-args '%s'"% opt)
shelltools.system("/usr/bin/python3 tools/gn/bootstrap/bootstrap.py --gn-gen-args '%s'"% opt)
shelltools.system("out/Release/gn gen out/Release --args='%s'"% opt)