fix ncurses to build terminfo db

This commit is contained in:
uesyn 2023-10-26 01:24:27 +00:00 committed by Max Howell
parent a40a0d8fc8
commit 313a213839

View file

@ -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: