mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
6 lines
195 B
Bash
6 lines
195 B
Bash
# Darwin’s dynamic libiconv reexports libcharset, so reproduce that in static builds.
|
||
if [ -z "${dontAddExtraLibs-}" ]; then
|
||
getHostRole
|
||
export NIX_LDFLAGS${role_post}+=" -lcharset"
|
||
fi
|