Skip to content

Commit 554bdb1

Browse files
authored
Merge pull request #12113 from protocolbuffers/deannagarcia-patch-3
Fix toolchain resolution for osx x86_64
2 parents 4c3d093 + 3b727f8 commit 554bdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_defs/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ config_setting(
9191

9292
config_setting(
9393
name = "config_osx_x86_64",
94-
values = {"cpu": "osx-aarch_64"},
94+
values = {"cpu": "osx-x86_64"},
9595
)
9696

9797
selects.config_setting_group(

0 commit comments

Comments
 (0)