We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3b60f commit bebfc1dCopy full SHA for bebfc1d
toolchain/private/defs.bzl
@@ -51,7 +51,6 @@ def target_structs():
51
return ret
52
53
def _target_macos(gocpu, zigcpu):
54
- min_os = "11"
55
copts = []
56
57
if zigcpu == "aarch64":
@@ -62,9 +61,6 @@ def _target_macos(gocpu, zigcpu):
62
61
zigtarget = "{}-macos-none".format(zigcpu),
63
includes = [
64
"libunwind/include",
65
- # TODO: Define a toolchain for each minimum OS version
66
- "libc/include/{}-macos.{}-none".format(zigcpu, min_os),
67
- "libc/include/any-macos.{}-any".format(min_os),
68
"libc/include/any-macos-any",
69
] + _INCLUDE_TAIL,
70
linkopts = ["-Wl,-headerpad_max_install_names"],
0 commit comments