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