diff options
Diffstat (limited to 'gettext/Pkgfile')
-rw-r--r-- | gettext/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext/Pkgfile b/gettext/Pkgfile index c018fe9..16f3ae4 100644 --- a/gettext/Pkgfile +++ b/gettext/Pkgfile @@ -12,8 +12,8 @@ build () { cd $name-$version; ./configure \ - ${CHOST:+--build=${CHOST}} \ - ${CTARGET:+--host=${CTARGET}} \ + ${CBUILD:+--build=${CBUILD}} \ + ${CHOST:+--host=${CHOST}} \ --prefix=$prefix \ --mandir=$mandir \ --disable-csharp \ |