mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
* xargsFlag empty on darwin
svn path=/nixpkgs/trunk/; revision=15919
This commit is contained in:
parent
09a719b1a0
commit
68d5a14183
@ -7,4 +7,5 @@ if test "$system" = "i686-darwin" -o "$system" = "powerpc-darwin"; then
|
||||
dontFixLibtool=1
|
||||
NIX_STRIP_DEBUG=0 # !!! do we still need this?
|
||||
stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
|
||||
xargsFlags=" "
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user