expat: allow cross

This commit is contained in:
Ella Stanforth 2022-04-21 16:03:46 +00:00
parent 3309ea4e25
commit 47841eb2da
1 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,7 @@ bad=""
mkdeps="bmake"
deps=""
ext="dev"
auto_cross
fetch() {
pkgver_r=$(echo $pkgver | tr '.' '_')
@ -14,7 +15,9 @@ fetch() {
build() {
cd $pkgname-$pkgver
./configure \
--prefix=/usr
--prefix=/usr \
--build=$HOST_TRIPLE \
--host=$TRIPLE
make
}