|
1 | 1 | package(default_visibility = ["//visibility:public"]) |
2 | 2 |
|
3 | 3 | load("@rules_cc//cc:defs.bzl", "cc_library", "cc_toolchain", "cc_toolchain_suite") |
4 | | -load("@build_bazel_apple_support//configs:platforms.bzl", "APPLE_PLATFORMS_CONSTRAINTS") |
| 4 | +load("@apple_support//configs:platforms.bzl", "APPLE_PLATFORMS_CONSTRAINTS") |
5 | 5 | load(":cc_toolchain_config.bzl", "cc_toolchain_config") |
6 | 6 |
|
7 | 7 | _APPLE_ARCHS = APPLE_PLATFORMS_CONSTRAINTS.keys() |
@@ -47,9 +47,9 @@ filegroup( |
47 | 47 | filegroup( |
48 | 48 | name = "tools", |
49 | 49 | srcs = [ |
50 | | - "@build_bazel_apple_support//crosstool:exec_libtool", |
51 | | - "@build_bazel_apple_support//crosstool:exec_wrapped_clang", |
52 | | - "@build_bazel_apple_support//crosstool:exec_wrapped_clang_pp", |
| 50 | + "@apple_support//crosstool:exec_libtool", |
| 51 | + "@apple_support//crosstool:exec_wrapped_clang", |
| 52 | + "@apple_support//crosstool:exec_wrapped_clang_pp", |
53 | 53 | ":modulemap", |
54 | 54 | ], |
55 | 55 | ) |
@@ -84,15 +84,15 @@ filegroup( |
84 | 84 | cxx_builtin_include_directories = [ |
85 | 85 | %{cxx_builtin_include_directories} |
86 | 86 | ], |
87 | | - libtool = "@build_bazel_apple_support//crosstool:exec_libtool", |
| 87 | + libtool = "@apple_support//crosstool:exec_libtool", |
88 | 88 | tool_paths_overrides = {%{tool_paths_overrides}}, |
89 | 89 | c_flags = [%{c_flags}], |
90 | 90 | conly_flags = [%{conly_flags}], |
91 | 91 | cxx_flags = [%{cxx_flags}], |
92 | 92 | link_flags = [%{link_flags}], |
93 | 93 | module_map = ":modulemap", |
94 | | - wrapped_clang = "@build_bazel_apple_support//crosstool:exec_wrapped_clang", |
95 | | - wrapped_clang_pp = "@build_bazel_apple_support//crosstool:exec_wrapped_clang_pp", |
| 94 | + wrapped_clang = "@apple_support//crosstool:exec_wrapped_clang", |
| 95 | + wrapped_clang_pp = "@apple_support//crosstool:exec_wrapped_clang_pp", |
96 | 96 | ) |
97 | 97 | for arch in _APPLE_ARCHS |
98 | 98 | ] |
0 commit comments