python: Fix build error.

This commit is contained in:
Dylan Araps 2019-06-25 19:19:34 +03:00
parent 644f62ba16
commit 0d4816e865

View File

@ -1,7 +1,12 @@
#!/bin/sh -e
# Force system libs
rm -r Modules/_ctypes/darwin* \
Modules/_ctypes/libffi*
./configure \
--prefix=/usr
--prefix=/usr \
--with-system-ffi
make
make DESTDIR="$1" install