diff options
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/cpt-configure | 2 |
1 files changed, 1 insertions, 1 deletions
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}" "$@" |