From b760801b07278c8baeade690bf89fefb314dde79 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 20 Oct 2023 19:16:13 -0400 Subject: [PATCH] resynthesizer: fix cross musl build --- srcpkgs/resynthesizer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/resynthesizer/template b/srcpkgs/resynthesizer/template index 2029ef094ae..a58b0eec995 100644 --- a/srcpkgs/resynthesizer/template +++ b/srcpkgs/resynthesizer/template @@ -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() {