bcb2f287e1
GitOrigin-RevId: d603719ec6e294f034936c0d0dc06f689d91b6c3
5 lines
195 B
Bash
5 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
|