linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / libraries / libiconv / setup-hook.sh
blob3d9656ffe5d60c1ec16a1cd399673424dbfe89b0
1 # libiconv must be listed in load flags on non-Glibc
2 # it doesn't hurt to have it in Glibc either though
4 # See pkgs/build-support/setup-hooks/role.bash
5 if [ -z "${dontAddExtraLibs-}" ]; then
6 getHostRole
7 export NIX_LDFLAGS${role_post}+=" -liconv"
8 fi