summary refs log tree commit diff
path: root/pkgs/stdenv/native/prehook.sh
blob: 72e9c174870250fe68bd05fb07a9ebe411b3a9e6 (plain) (blame)
1
2
3
4
5
export SHELL=/bin/sh

export NIX_CC=/usr/bin/gcc
export NIX_CXX=/usr/bin/g++
export NIX_LD=/usr/bin/ld