mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix ncurses to build terminfo db
This commit is contained in:
parent
a40a0d8fc8
commit
313a213839
|
@ -60,11 +60,10 @@ build:
|
|||
- --with-gpm=no
|
||||
- --without-ada
|
||||
- --with-pkg-config-libdir=$PCDIR
|
||||
- --with-default-terminfo-dir=/usr/share/terminfo # or breaks on macOS
|
||||
|
||||
runtime:
|
||||
env:
|
||||
TERMINFO_DIRS: ${{prefix}}/share/terminfo
|
||||
TERMINFO_DIRS: /usr/share/terminfo:{{prefix}}/share/terminfo
|
||||
# ^^ we delegate to the system first since they may apply platform specific info
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue