mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
Revert "rectangle: fix darwin build (second attempt)"
The ld64 issue has been fixed.
This reverts commit ec33270483.
This commit is contained in:
@@ -199,11 +199,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
) masShortcutSources}
|
||||
|
||||
nixLog "linking MASShortcut dylib"
|
||||
# `-fuse-ld=lld`: fix for ld64 hardening issue
|
||||
# TODO: Clean up on `staging`
|
||||
clang -dynamiclib "''${masObjFiles[@]}" \
|
||||
-framework AppKit -framework Carbon -framework Foundation \
|
||||
-install_name "@rpath/MASShortcut.framework/MASShortcut" \
|
||||
# TODO: Clean up on `staging`
|
||||
-fuse-ld=lld \
|
||||
-o "$buildDir/libMASShortcut.dylib"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user