about summary refs log tree commit diff
path: root/pkgs/by-name/li/libiconv-darwin/static-setup-hook.sh
blob: 2ad108b82f1d2779357b2ea58466259073127074 (plain) (blame)
1
2
3
4
5
# Darwin’s dynamic libiconv reexports libcharset, so reproduce that in static builds.
if [ -z "${dontAddExtraLibs-}" ]; then
    getHostRole
    export NIX_LDFLAGS${role_post}+=" -lcharset"
fi