diff options
Diffstat (limited to 'helpers/cpt-configure')
-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 066fa64..25c8533 100644 --- a/helpers/cpt-configure +++ b/helpers/cpt-configure @@ -18,4 +18,4 @@ set -- \ "--host=$CPT_CROSS_TRIPLET" \ "--with-sysroot=$CPT_ROOT$CPT_PKG_PREFIX" -"${configure_args:-./configure}" "$@" +"${configure_file:-./configure}" "$@" |