forked from mirrors/nixpkgs
stdenv: avoid -p flag for strip on aarch64-darwin
This commit is contained in:
parent
011bf8f5d9
commit
91bc06b6d7
|
@ -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"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue