resynthesizer: fix cross musl build

This commit is contained in:
classabbyamp 2023-10-20 19:16:13 -04:00
parent 29e17eb85d
commit b760801b07
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -18,7 +18,7 @@ checksum=298286386466fbd6d2da06f8a920c6e6e313db7ca0a094a36a355978a64cefc0
if [ "$CROSS_BUILD" ];then
hostmakedepends+=" glib-devel gettext-devel"
AUTOGEN_CONFIGURE_ARGS+=" --host=${XBPS_MACHINE} --build=${XBPS_CROSS_TRIPLET}"
AUTOGEN_CONFIGURE_ARGS+=" --host=${XBPS_MACHINE%-musl} --build=${XBPS_CROSS_TRIPLET}"
fi
pre_configure() {