Target macOS 10.9 (#10802) (#10807) · protocolbuffers/protobuf@0d8ac76 (original) (raw)

Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@ cc_toolchain_config(
102 102 linker_path = "/usr/tools",
103 103 sysroot = "/usr/tools/xcode_14_0/macosx",
104 104 target_cpu = "aarch64",
105 -target_full_name = "aarch64-apple-macosx11.3",
105 +target_full_name = "aarch64-apple-macosx10.9",
106 106 )
107 107
108 108 cc_toolchain_config(
@@ -119,7 +119,7 @@ cc_toolchain_config(
119 119 linker_path = "/usr/tools",
120 120 sysroot = "/usr/tools/xcode_14_0/macosx",
121 121 target_cpu = "x86_64",
122 -target_full_name = "x86_64-apple-macosx11.3",
122 +target_full_name = "x86_64-apple-macosx10.9",
123 123 )
124 124
125 125 cc_toolchain_config(