mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-02-14 14:19:52 +08:00
Override use_cxx23 to false in libyuv
Bug: 388070065 Cq-Include-Trybots: luci.libyuv.try:linux_gcc Change-Id: Iccc7e9bf708da7d3d90d94495d224722d977d7ca
This commit is contained in:
parent
f66e9dd327
commit
600b2e9e9f
4
.gn
4
.gn
@ -35,6 +35,10 @@ exec_script_allowlist = build_dotfile_settings.exec_script_allowlist +
|
|||||||
default_args = {
|
default_args = {
|
||||||
mac_sdk_min = "10.12"
|
mac_sdk_min = "10.12"
|
||||||
ios_deployment_target = "12.0"
|
ios_deployment_target = "12.0"
|
||||||
|
|
||||||
# Use Siso instead of Ninja.
|
# Use Siso instead of Ninja.
|
||||||
use_siso = true
|
use_siso = true
|
||||||
|
|
||||||
|
# Libyuv must stay on C++20 for longer.
|
||||||
|
use_cxx23 = false
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user