mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix ncurses to build terminfo db
This commit is contained in:
parent
a40a0d8fc8
commit
313a213839
1 changed files with 1 additions and 2 deletions
|
@ -60,11 +60,10 @@ build:
|
||||||
- --with-gpm=no
|
- --with-gpm=no
|
||||||
- --without-ada
|
- --without-ada
|
||||||
- --with-pkg-config-libdir=$PCDIR
|
- --with-pkg-config-libdir=$PCDIR
|
||||||
- --with-default-terminfo-dir=/usr/share/terminfo # or breaks on macOS
|
|
||||||
|
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
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
|
# ^^ we delegate to the system first since they may apply platform specific info
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue