From 592d9c4046cfe127ac86ed381195bfce11e2753e Mon Sep 17 00:00:00 2001 From: merakor Date: Sun, 27 Dec 2020 22:15:14 +0000 Subject: cpt-configure: add prefix to the sysroot FossilOrigin-Name: 2aa5fdc35d4a7ead36896473579cb62b93ceec80b0680cbe32518a7554ed44f5 --- helpers/cpt-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/cpt-configure b/helpers/cpt-configure index 4ea5bec..066fa64 100644 --- a/helpers/cpt-configure +++ b/helpers/cpt-configure @@ -16,6 +16,6 @@ set -- \ [ "$CPT_CROSS_TRIPLET" ] && set -- "$@" \ "--host=$CPT_CROSS_TRIPLET" \ - "--with-sysroot=$CPT_ROOT" + "--with-sysroot=$CPT_ROOT$CPT_PKG_PREFIX" "${configure_args:-./configure}" "$@" -- cgit v1.2.3