mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ld64: drop x86_64-darwin support
This commit is contained in:
parent
0fef4fe6d3
commit
23c0520502
1 changed files with 0 additions and 3 deletions
|
|
@ -138,9 +138,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
xar
|
||||
];
|
||||
|
||||
# ld built with this fails to link glib's gio on x86_64 darwin
|
||||
hardeningDisable = [ "libcxxhardeningfast" ];
|
||||
|
||||
dontUseCmakeConfigure = true; # CMake is only needed because it’s used by Meson to find LLVM.
|
||||
|
||||
# Note for overrides: ld64 cannot be built as a debug build because of UB in its iteration implementations,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue