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. |
||
---|---|---|
.. | ||
BUILD.bazel | ||
cc_env.bzl | ||
exe_helpers.bzl | ||
mt.bzl | ||
rc.bzl | ||
setup_sdk.bzl | ||
variables.bzl | ||
wrapper.py.tpl |