2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00

python: Attempt to fix build.

This commit is contained in:
Dylan Araps 2019-06-27 10:53:55 +03:00
parent 7ed8ba10d5
commit b39f7eb494

View File

@ -6,8 +6,7 @@ rm -r Modules/_ctypes/darwin*
rm -r Modules/_ctypes/libffi*
./configure \
--prefix=/usr \
--without-ensurepip
--prefix=/usr
make
make DESTDIR="$1" install