Set SDKROOT etc. in stdenvNative
Fixes a build failure in gawk with Xcode 6.1 on 10.9.
This commit is contained in:
@@ -22,9 +22,7 @@ rec {
|
||||
${prehookBase}
|
||||
export NIX_DONT_SET_RPATH=1
|
||||
export NIX_NO_SELF_RPATH=1
|
||||
dontFixLibtool=1
|
||||
stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
|
||||
xargsFlags=" "
|
||||
${import ../darwin/prehook.nix}
|
||||
'';
|
||||
|
||||
prehookFreeBSD = ''
|
||||
|
||||
Reference in New Issue
Block a user