mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 10:42:52 -06:00
python: Fix build error.
This commit is contained in:
parent
644f62ba16
commit
0d4816e865
@ -1,7 +1,12 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
# Force system libs
|
||||||
|
rm -r Modules/_ctypes/darwin* \
|
||||||
|
Modules/_ctypes/libffi*
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr
|
--prefix=/usr \
|
||||||
|
--with-system-ffi
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
Loading…
Reference in New Issue
Block a user