2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-06 01:05:53 -06:00
repo/extra/libffi/build

10 lines
116 B
Plaintext
Raw Normal View History

2019-07-23 07:15:56 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
2021-07-03 03:19:43 -06:00
--disable-exec-static-tramp \
2019-07-23 07:15:56 -06:00
--with-pic
make
2021-07-17 20:33:28 -06:00
make install