fribidi: include static lib

This commit is contained in:
Dylan Araps 2020-10-01 12:12:08 +03:00
parent 297e34b5b1
commit 6aeab193ed
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,7 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr
--prefix=/usr \
--enable-static
make
make DESTDIR="$1" install