2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-28 08:43:26 +00:00
rules_foreign_cc/examples/deps/apple_support.patch
2023-03-04 12:12:42 +00:00

9 lines
374 B
Diff

--- crosstool/setup.bzl
+++ crosstool/setup.bzl
@@ -66,5 +66,3 @@ def apple_cc_configure():
def _apple_cc_configure_extension_impl(_):
_apple_cc_autoconf_toolchains(name = "local_config_apple_cc_toolchains")
_apple_cc_autoconf(name = "local_config_apple_cc")
-
-apple_cc_configure_extension = module_extension(implementation = _apple_cc_configure_extension_impl)