diff options
author | merakor <cem@ckyln.com> | 2020-12-27 22:15:14 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-12-27 22:15:14 +0000 |
commit | 592d9c4046cfe127ac86ed381195bfce11e2753e (patch) | |
tree | 7b4dd594daa2bc1344232987a46afa8341817be5 /helpers | |
parent | 46873f98b2c1f0be76cc3aa038af3203a14d8121 (diff) | |
download | cpt-592d9c4046cfe127ac86ed381195bfce11e2753e.tar.gz |
cpt-configure: add prefix to the sysroot
FossilOrigin-Name: 2aa5fdc35d4a7ead36896473579cb62b93ceec80b0680cbe32518a7554ed44f5
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}" "$@" |