980cc4b9fe
Using cc_import + interface_library/shared_library to link libcef.lib causes libcef.dll to be copied as a transitive dependency, leading to issues with complex Bazel configs. Instead, we explicitly link libcef.lib in the binary target (cc_binary + linkopts/additional_linker_inputs) and explicitly copy libcef.dll to the target directory. |
||
---|---|---|
.. | ||
linux | ||
mac | ||
win | ||
BUILD.bazel | ||
copy_filegroups.bzl | ||
library_helpers.bzl |