mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 08:34:04 +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
|