python: fix cross

This commit is contained in:
Ella Stanforth 2022-04-23 16:16:36 +00:00
parent 4f67771a2b
commit fd7657e5af

View file

@ -18,7 +18,8 @@ build() {
--host=$TRIPLE \
--with-system-ffi=true \
--with-ssl-default-suites=openssl \
ax_cv_c_float_words_bigendian=no
ax_cv_c_float_words_bigendian=no \
ac_cv_buggy_getaddrinfo=no
make
}