2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-08 00:42:28 +00:00
repo/extra/libffi/build

10 lines
127 B
Plaintext
Raw Normal View History

2019-06-27 07:53:10 +00:00
#!/bin/sh -e
2019-06-27 08:27:53 +00:00
./configure \
--prefix=/usr \
--includedir=/usr/include \
--with-pic
2019-06-27 07:53:10 +00:00
make
make DESTDIR="$1" install