Revert "rectangle: fix darwin build (second attempt)"

The ld64 issue has been fixed.

This reverts commit ec33270483.
This commit is contained in:
Emily
2026-07-15 03:19:33 +01:00
parent 975a5cb350
commit bc6d2bc1aa

View File

@@ -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"