about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/compilers/llvm/6/libc++/setup-hook.sh
blob: 3a274aecc23dfdf09d7390baaa0eb021311be941 (plain) (blame)
1
2
3
4
5
6
# See pkgs/build-support/setup-hooks/role.bash
getHostRole

linkCxxAbi="@linkCxxAbi@"
export NIX_CXXSTDLIB_COMPILE${role_post}+=" -isystem @out@/include/c++/v1"
export NIX_CXXSTDLIB_LINK${role_post}=" -stdlib=libc++${linkCxxAbi:+" -lc++abi"}"