9 lines
257 B
Bash
Raw Normal View History

2018-03-14 16:58:57 -05:00
# libiconv must be listed in load flags on non-Glibc
2018-03-14 14:14:46 -05:00
# it doesn't hurt to have it in Glibc either though
# See pkgs/build-support/setup-hooks/role.bash
if [ -z "${dontAddExtraLibs-}" ]; then
getHostRole
export NIX_${role_pre}LDFLAGS+=" -liconv"
fi