python: fix traget triple for non x86_64/llvm/musl/linux platforms
This commit is contained in:
parent
0722b6d58c
commit
6833d5249c
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--build=x86_64-unknown-linux-musl \
|
--build=$TARGET \
|
||||||
--host=x86_64-unknown-linux-musl \
|
--host=$TARGET \
|
||||||
--with-system-ffi=true \
|
--with-system-ffi=true \
|
||||||
ax_cv_c_float_words_bigendian=no
|
ax_cv_c_float_words_bigendian=no
|
||||||
make
|
make
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue