Skip to content

Commit

Permalink
Fix toolchain resolution for osx x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed Mar 1, 2023
1 parent 4c3d093 commit 3b727f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_defs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ config_setting(

config_setting(
name = "config_osx_x86_64",
values = {"cpu": "osx-aarch_64"},
values = {"cpu": "osx-x86_64"},
)

selects.config_setting_group(
Expand Down

0 comments on commit 3b727f8

Please sign in to comment.