Fix includes path for Linux ARM cross-compile (see issue #2926)
This commit is contained in:
parent
086848a7ad
commit
80caf947f3
|
@ -92,7 +92,7 @@ config("config") {
|
||||||
"//cef",
|
"//cef",
|
||||||
|
|
||||||
# CEF generates some header files that also need to be discoverable.
|
# CEF generates some header files that also need to be discoverable.
|
||||||
"$root_out_dir/includes",
|
"$root_build_dir/includes",
|
||||||
]
|
]
|
||||||
defines = [
|
defines = [
|
||||||
"BUILDING_CEF_SHARED",
|
"BUILDING_CEF_SHARED",
|
||||||
|
|
Loading…
Reference in New Issue