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 086848a7ad
commit 80caf947f3
1 changed files with 1 additions and 1 deletions

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",