diff options
Diffstat (limited to 'extra/libtheora/PKGBUILD')
-rw-r--r-- | extra/libtheora/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libtheora/PKGBUILD b/extra/libtheora/PKGBUILD index 8280477cf..9b2a3b59a 100644 --- a/extra/libtheora/PKGBUILD +++ b/extra/libtheora/PKGBUILD @@ -26,7 +26,7 @@ prepare() { build() { cd ${pkgname}-${pkgver} - ./configure --prefix=/usr --enable-shared --disable-static + ./configure --prefix=/usr --enable-shared --disable-static --build=$CHOST --host=$CHOST make } |