2004-03-30 04:46:52 -08:00
|
|
|
export NIX_ENFORCE_PURITY=1
|
|
|
|
export NIX_IGNORE_LD_THROUGH_GCC=1
|
2006-07-14 04:59:38 -07:00
|
|
|
|
2009-11-27 02:56:07 -08:00
|
|
|
if test "$system" = "i686-darwin" -o "$system" = "powerpc-darwin" -o "$system" = "x86_64-darwin"; then
|
2006-07-14 04:59:38 -07:00
|
|
|
export NIX_DONT_SET_RPATH=1
|
|
|
|
export NIX_NO_SELF_RPATH=1
|
|
|
|
dontFixLibtool=1
|
|
|
|
NIX_STRIP_DEBUG=0 # !!! do we still need this?
|
2008-02-21 09:26:46 -08:00
|
|
|
stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
|
2009-06-10 04:08:53 -07:00
|
|
|
xargsFlags=" "
|
2006-07-14 04:59:38 -07:00
|
|
|
fi
|