about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/libiconv/setup-hook.sh
blob: f89361a62998b967e3f17e5a155f39828fdd52ee (plain) (blame)
1
2
3
4
5
6
7
8
# 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
if [ -z "$dontAddExtraLibs" ]; then
    getHostRole
    export NIX_${role_pre}LDFLAGS+=" -liconv"
fi