mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 23:52:31 +00:00
2eee0582f8
See ziglang/fetch-them-macos-headers#2 for more details. The path forward looks like one of the following: * Ony provide headers for the oldest supported macOS (currently 10.13 but soon to be bumped to 10.14). * Provide headers for multiple versions, and select based on the Zig target OS version range minimum. * Don't try to provide macOS headers. If we don't tackle the version problem, we would have to re-introduce the ability to detect and depend on native system headers if we wanted to support C/C++ code that used newer OS definitions. This patch also adds support for `#include <mach/mach_time.h>`. Also related: #5236 |
||
---|---|---|
.. | ||
aarch64_be-linux-any/asm | ||
aarch64_be-linux-gnu | ||
aarch64-linux-any/asm | ||
aarch64-linux-gnu | ||
aarch64-linux-musl/bits | ||
any-linux-any | ||
any-windows-any | ||
arm-linux-any/asm | ||
arm-linux-gnueabi | ||
arm-linux-gnueabihf | ||
arm-linux-musl/bits | ||
armeb-linux-any/asm | ||
armeb-linux-gnueabi | ||
armeb-linux-gnueabihf | ||
generic-glibc | ||
generic-musl | ||
i386-linux-any/asm | ||
i386-linux-gnu | ||
i386-linux-musl/bits | ||
mips64-linux-any/asm | ||
mips64-linux-gnuabi64 | ||
mips64-linux-gnuabin32 | ||
mips64-linux-musl/bits | ||
mips64el-linux-any/asm | ||
mips64el-linux-gnuabi64 | ||
mips64el-linux-gnuabin32 | ||
mips-linux-any/asm | ||
mips-linux-gnu | ||
mips-linux-musl/bits | ||
mipsel-linux-any/asm | ||
mipsel-linux-gnu | ||
powerpc64-linux-any/asm | ||
powerpc64-linux-gnu | ||
powerpc64-linux-musl/bits | ||
powerpc64le-linux-any/asm | ||
powerpc64le-linux-gnu | ||
powerpc-linux-any/asm | ||
powerpc-linux-gnu | ||
powerpc-linux-musl/bits | ||
riscv32-linux-any/asm | ||
riscv64-linux-any/asm | ||
riscv64-linux-gnu | ||
riscv64-linux-musl/bits | ||
s390x-linux-any/asm | ||
s390x-linux-gnu | ||
s390x-linux-musl/bits | ||
sparc-linux-gnu | ||
sparcv9-linux-gnu | ||
x86_64-linux-any/asm | ||
x86_64-linux-gnu | ||
x86_64-linux-gnux32 | ||
x86_64-linux-musl/bits | ||
x86_64-macos-gnu |