Skip to content

Commit 830c14b

Browse files
committed
Remove acosx-version-min
While this was part of our original patch, it really only helps give warning messages for sysroot version mismatches. Remove for now since its not really important to the core logic of the change.
1 parent 77e5d66 commit 830c14b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

toolchain/cc_toolchain_config.bzl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,7 @@ def cc_toolchain_config(
174174

175175
ld = "ld64.lld"
176176
ld_path = toolchain_path_prefix + "/bin/" + ld
177-
compile_flags.append("-mmacosx-version-min=12.0")
178177
link_flags.extend([
179-
"-mmacosx-version-min=12.0",
180-
"-Wl,-platform_version,macos,12.0,12.0",
181178
"--ld-path=" + ld_path,
182179
"-headerpad_max_install_names",
183180
"-fobjc-link-runtime",

0 commit comments

Comments
 (0)