python: fix cross again

This commit is contained in:
Ella Stanforth 2022-04-23 16:19:04 +00:00
parent fd7657e5af
commit 74d7e57319

View file

@ -19,7 +19,8 @@ build() {
--with-system-ffi=true \
--with-ssl-default-suites=openssl \
ax_cv_c_float_words_bigendian=no \
ac_cv_buggy_getaddrinfo=no
ac_cv_buggy_getaddrinfo=no \
ac_cv_file__dev_ptmx=yes
make
}