stdenv: avoid -p flag for strip on aarch64-darwin

This commit is contained in:
Weijia Wang 2023-04-24 10:33:11 +03:00
parent 011bf8f5d9
commit 91bc06b6d7

View file

@ -63,7 +63,6 @@ rec {
unset SDKROOT
stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
'' + lib.optionalString localSystem.isx86_64 ''
stripDebugFlags="-S" # the Darwin "strip" command does something odd with "-p"
'';