Skip to content

Commit 535471c

Browse files
authored
Alias config_settings to apple_support (#2673)
No need to dup these
1 parent 1b5dfd0 commit 535471c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apple/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ licenses(["notice"])
88

99
# Create a set of public config_settings that can be used in select()s.
1010
[
11-
config_setting(
11+
alias(
1212
name = arch,
13-
values = {"cpu": arch},
13+
actual = "@build_bazel_apple_support//configs:{}".format(arch),
1414
)
1515
for arch in [
1616
"darwin_x86_64",

0 commit comments

Comments
 (0)