nixpkgs/pkgs/os-specific/darwin/apple-source-releases/Libsystem
toonn 84454c3233 darwin.Libsystem: Patch TargetConditionals.h
`TargetConditionals.h` was missing several definitions, like
`TARGET_OS_TV` that are part of SDK 10.12 at least. And one that doesn't
seem to occur in any SDK afaict, `TARGET_OS_EMBEDDED_OTHER`.

I added the definitions from SDK 10.12 verbatim and defined
`TARGET_OS_EMBEDDED_OTHER` to be equal to `0`.

I think none of this works if `darwin.Libsystem` is used to build for
linux or iOS though so maybe this needs a more thorough fix?

This reverts 336d82617f because it's no
longer necessary.
2021-11-24 15:17:13 -08:00
..
default.nix darwin.Libsystem: Patch TargetConditionals.h 2021-11-24 15:17:13 -08:00
headers.txt darwin.Libsystem: add appleHeaders 2021-01-30 21:37:46 +08:00
system_c_symbols Revert "Revert "darwin 10.12 commits"" 2019-04-20 23:17:04 -04:00
system_kernel_symbols Revert "Revert "darwin 10.12 commits"" 2019-04-20 23:17:04 -04:00
system_symbols darwin.Libsystem: export _mach_init_routine 2016-11-09 20:01:54 +01:00