mirror of
https://github.com/tmux/tmux.git
synced 2025-03-31 20:58:47 +00:00
Use termcap instead.
This commit is contained in:
parent
1cfa6b0d5c
commit
fbc8fca067
2
.github/travis/build-all.sh
vendored
2
.github/travis/build-all.sh
vendored
@ -28,7 +28,7 @@ tar -zxf ncurses-*.tar.gz || exit 1
|
|||||||
--without-tests \
|
--without-tests \
|
||||||
--without-tack \
|
--without-tack \
|
||||||
--disable-database \
|
--disable-database \
|
||||||
--with-fallbacks=ansi \
|
--with-termcap \
|
||||||
--enable-pc-files \
|
--enable-pc-files \
|
||||||
--with-pkg-config-libdir=$BUILD/lib/pkgconfig &&
|
--with-pkg-config-libdir=$BUILD/lib/pkgconfig &&
|
||||||
make && make install) || exit 1
|
make && make install) || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user