This website requires JavaScript.
Explore
Help
Register
Sign In
kiss-community
/
repo
Watch
2
Star
0
Fork
1
You've already forked repo
mirror of
https://codeberg.org/kiss-community/repo
synced
2024-12-22 07:10:16 -07:00
Code
Issues
Wiki
5151100b5d
repo
/
extra
/
python
/
build
9 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
extra: Added python
2019-06-25 09:24:27 -06:00
#!/bin/sh -e
./configure \
python: Fix build error.
2019-06-25 10:19:34 -06:00
--prefix=/usr \
python: Fix musl build and remove libffi.
2019-06-25 10:58:38 -06:00
--without-ensurepip
extra: Added python
2019-06-25 09:24:27 -06:00
make
make DESTDIR="$1" install
Copy Permalink