mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
add libtinfo.so symlink
haha I forgot to add that in the last PR
This commit is contained in:
parent
63b4f81234
commit
e255ea65ce
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue