nixpkgs/pkgs/os-specific/darwin/apple-sdk-11.0
Randy Eckenrode 8e56a2635f
CoreFoundation: specify the tbd explicitly
The current hook specifies the path to the framework library, but
nixpkgs does not actually provide the library when linking against the
system framework. It provides a text-based stub (`.tbd`) instead. ld64
will find the stub and use it, but lld will not when the full path is
specified. Both linkers work if the extension is included, so do that
for compatibility with both. This fixes using lld with CoreFoundation
(e.g., to support LTO on Darwin).
2023-08-12 09:17:13 -04:00
..
apple_sdk.nix apple-framework-System: fix System.tbd dangling symbolic link 2023-04-12 14:37:48 +02:00
cf-setup-hook.sh CoreFoundation: specify the tbd explicitly 2023-08-12 09:17:13 -04:00
default.nix Merge remote-tracking branch 'origin/staging-next' into staging 2023-06-22 06:23:16 +00:00
frameworks.nix apple_sdk_11_0: generate frameworks.nix 2023-03-17 21:30:51 +01:00
libcharset.nix
libnetwork.nix
libobjc.nix apple_sdk_11_0: install swift modules 2022-10-10 21:25:43 +02:00
libpm.nix darwin.apple_sdk_11_0.libpm: init 2023-01-18 14:58:43 +01:00
libSystem.nix apple_sdk_11_0: install swift modules 2022-10-10 21:25:43 +02:00
libunwind.nix
private-frameworks.nix apple_sdk_11_0: Add MediaRemote private framework 2023-07-30 14:16:06 -05:00