2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

bison: Fix error when libtextstyle is installed. Closes #206

This commit is contained in:
Dylan Araps 2020-07-28 09:59:14 +03:00
parent d8cc95329e
commit 6c68935fed
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -2,7 +2,8 @@
./configure \
--prefix=/usr \
--disable-nls
--disable-nls \
--without-libtextstyle-prefix
make
make DESTDIR="$1" install