chromium-browser 87.0.4280.142

This commit is contained in:
Idris Kalp
2021-01-19 19:47:58 +03:00
parent 767c7be78b
commit ad2d67331c
2 changed files with 11 additions and 10 deletions
+3 -3
View File
@@ -72,9 +72,9 @@ def setup():
shelltools.export("NM", "nm" )
shelltools.export("RANLIB", "ranlib" )
shelltools.export("CFLAGS", "-Wno-builtin-macro-redefined -Wno-unknown-warning-option")
shelltools.export("CXXFLAGS", "-Wno-builtin-macro-redefined -Wno-unknown-warning-option")
shelltools.export("LDFLAGS", " -fuse-ld=lld")
pisitools.cflags.add("-Wno-builtin-macro-redefined -Wno-unknown-warning-option")
pisitools.cxxflags.add("-Wno-builtin-macro-redefined -Wno-unknown-warning-option")
pisitools.ldflags.add(" -fuse-ld=lld")
shelltools.export("CPPFLAGS", "-D__DATE__= -D__TIME__= -D__TIMESTAMP__=")
shelltools.system("/usr/bin/python3 build/download_nacl_toolchains.py --packages nacl_x86_newlib,pnacl_newlib,pnacl_translator sync --extract")