mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-26 09:35:01 -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*
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
--prefix=/usr \
|
||||
--with-system-expat \
|
||||
--with-system-ffi
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
Loading…
Reference in New Issue
Block a user