python: fix cross again
This commit is contained in:
parent
fd7657e5af
commit
74d7e57319
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue