# Apply this patch in your project if you want to use shared libraries with mojo
single_version_override(
module_name = "rules_cc",
patch_strip = 1,
patches = [
# https://github.com/bazelbuild/rules_cc/pull/578
"//tools:rules_cc.patch",
],
)