mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-01 05:19:17 +03:00
7 lines
241 B
Bash
7 lines
241 B
Bash
![]() |
# See pkgs/build-support/setup-hooks/role.bash
|
||
|
getHostRole
|
||
|
|
||
|
linkCxxAbi="@linkCxxAbi@"
|
||
|
export NIX_${role_pre}CXXSTDLIB_COMPILE+=" -isystem @out@/include/c++/v1"
|
||
|
export NIX_${role_pre}CXXSTDLIB_LINK=" -stdlib=libc++${linkCxxAbi:+" -lc++abi"}"
|