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