mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
python: Fix build error.
This commit is contained in:
parent
644f62ba16
commit
0d4816e865
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user