add libtinfo.so symlink

haha I forgot to add that in the last PR
This commit is contained in:
Andrew 2024-02-07 16:33:43 +02:00 committed by Jacob Heider
parent 63b4f81234
commit e255ea65ce

View file

@ -55,6 +55,7 @@ build:
- run: |
ln -s libncurses.so libtermcap.so
ln -s libncursesw.so libtinfow.so
ln -s libncurses.so libtinfo.so
working-directory: ${{prefix}}/lib
if: linux