mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-23 23:40:12 +01:00
bazel: Support <angled> includes of CEF headers (see #3757)
Fixes "file not found with <angled> include" errors.
This commit is contained in:
parent
e1d1f5e3e4
commit
0da33499ce
@ -201,6 +201,8 @@ cc_library(
|
||||
"@platforms//os:windows": [":cef"],
|
||||
"//conditions:default": None,
|
||||
}),
|
||||
# Support <angled> includes.
|
||||
includes = ["./"],
|
||||
)
|
||||
|
||||
# Only available on MacOS/Windows.
|
||||
|
Loading…
x
Reference in New Issue
Block a user