* xargsFlag empty on darwin

svn path=/nixpkgs/trunk/; revision=15919
This commit is contained in:
Rob Vermaas 2009-06-10 11:08:53 +00:00
parent 09a719b1a0
commit 68d5a14183

View file

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