nixpkgs/pkgs/os-specific/darwin/apple-sdk
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
..
cf-setup-hook.sh CoreFoundation: specify the tbd explicitly 2023-08-12 09:17:13 -04:00
default.nix Merge pull request #234857 from reckenrode/configd-fix 2023-06-05 19:26:06 +02:00
framework-setup-hook.sh
frameworks.nix darwin.apple_sdk_10_12.frameworks.System: init 2023-05-23 21:01:23 +03:00
impure-deps.nix
private-frameworks-setup-hook.sh
security-setup-hook.sh