depot/third_party/nixpkgs/pkgs/by-name/li/libiconv-darwin/static-setup-hook.sh

6 lines
195 B
Bash
Raw Normal View History

# Darwins dynamic libiconv reexports libcharset, so reproduce that in static builds.
if [ -z "${dontAddExtraLibs-}" ]; then
getHostRole
export NIX_LDFLAGS${role_post}+=" -lcharset"
fi