python: Fix build.

This commit is contained in:
Dylan Araps 2019-06-27 11:28:28 +03:00
parent c053f2f9ad
commit 7878725d5c

View File

@ -6,7 +6,9 @@ rm -rf Modules/_ctypes/darwin*
rm -rf Modules/_ctypes/libffi*
./configure \
--prefix=/usr
--prefix=/usr \
--with-system-expat \
--with-system-ffi
make
make DESTDIR="$1" install