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
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--build=x86_64-unknown-linux-musl \
|
||||
--host=x86_64-unknown-linux-musl \
|
||||
--build=$TARGET \
|
||||
--host=$TARGET \
|
||||
--with-system-ffi=true \
|
||||
ax_cv_c_float_words_bigendian=no
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue