svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10814

This commit is contained in:
Eelco Dolstra 2008-02-21 17:26:46 +00:00
parent bfefe63726
commit 3bcc70349b

View file

@ -6,4 +6,5 @@ if test "$system" = "i686-darwin" -o "$system" = "powerpc-darwin"; then
export NIX_NO_SELF_RPATH=1
dontFixLibtool=1
NIX_STRIP_DEBUG=0 # !!! do we still need this?
stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
fi