Fix includes path for Linux ARM cross-compile (see issue #2926)

This commit is contained in:
Marshall Greenblatt 2022-02-09 16:52:26 -05:00
parent 63805e69e3
commit 856e56194e

View File

@ -92,7 +92,7 @@ config("config") {
"//cef",
# CEF generates some header files that also need to be discoverable.
"$root_out_dir/includes",
"$root_build_dir/includes",
]
defines = [
"BUILDING_CEF_SHARED",