aboutsummaryrefslogtreecommitdiff
path: root/src/target.zig
diff options
context:
space:
mode:
authorJakub Konka <kubkon@jakubkonka.com>2022-10-26 08:53:33 +0200
committerJakub Konka <kubkon@jakubkonka.com>2022-10-26 08:53:33 +0200
commit453a2d2fad5728ed0a7fe85dd90e26cc00b938d1 (patch)
treec24277bd3008cb8576c33513164d973a4678328f /src/target.zig
parente490d9e5179331c370b8ab2241d3e2c6bc57ec2e (diff)
downloadzig-453a2d2fad5728ed0a7fe85dd90e26cc00b938d1.tar.gz
zig-453a2d2fad5728ed0a7fe85dd90e26cc00b938d1.zip
darwin: remove 10.15.7 as available libc from src/target.zig
Diffstat (limited to 'src/target.zig')
-rw-r--r--src/target.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target.zig b/src/target.zig
index fc585912c4..079d115161 100644
--- a/src/target.zig
+++ b/src/target.zig
@@ -71,7 +71,6 @@ pub const available_libcs = [_]ArchOsAbi{
.{ .arch = .x86_64, .os = .linux, .abi = .gnux32 },
.{ .arch = .x86_64, .os = .linux, .abi = .musl },
.{ .arch = .x86_64, .os = .windows, .abi = .gnu },
- .{ .arch = .x86_64, .os = .macos, .abi = .none, .os_ver = .{ .major = 10, .minor = 0 } },
.{ .arch = .x86_64, .os = .macos, .abi = .none, .os_ver = .{ .major = 11, .minor = 0 } },
.{ .arch = .x86_64, .os = .macos, .abi = .none, .os_ver = .{ .major = 12, .minor = 0 } },
.{ .arch = .x86_64, .os = .macos, .abi = .none, .os_ver = .{ .major = 13, .minor = 0 } },