mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-27 01:55:03 -07:00
python: Fix build.
This commit is contained in:
parent
c053f2f9ad
commit
7878725d5c
@ -6,7 +6,9 @@ rm -rf Modules/_ctypes/darwin*
|
|||||||
rm -rf Modules/_ctypes/libffi*
|
rm -rf Modules/_ctypes/libffi*
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr
|
--prefix=/usr \
|
||||||
|
--with-system-expat \
|
||||||
|
--with-system-ffi
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
Loading…
Reference in New Issue
Block a user