* 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
|
dontFixLibtool=1
|
||||||
NIX_STRIP_DEBUG=0 # !!! do we still need this?
|
NIX_STRIP_DEBUG=0 # !!! do we still need this?
|
||||||
stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
|
stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
|
||||||
|
xargsFlags=" "
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user