summary refs log tree commit diff
path: root/pkgs/development/libraries/libiconv/setup-hook.sh
blob: d20e94513e263055d6dd6f6bea86434d15c14154 (plain) (blame)
1
2
3
4
5
6
# libiconv must be listed in load flags on non-Glibc
# it doesn't hurt to have it in Glibc either though

# See pkgs/build-support/setup-hooks/role.bash
getHostRole
export NIX_${role_pre}LDFLAGS+=" -liconv"