Skip to content

Commit

Permalink
bazel: Support <angled> includes of CEF headers (see #3757)
Browse files Browse the repository at this point in the history
Fixes "file not found with <angled> include" errors.
  • Loading branch information
magreenblatt committed Aug 5, 2024
1 parent e1d1f5e commit 0da3349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/distrib/bazel/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ cc_library(
"@platforms//os:windows": [":cef"],
"//conditions:default": None,
}),
# Support <angled> includes.
includes = ["./"],
)

# Only available on MacOS/Windows.
Expand Down

0 comments on commit 0da3349

Please sign in to comment.