mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Show config.log on failure.
This commit is contained in:
2
.github/travis/build-all.sh
vendored
2
.github/travis/build-all.sh
vendored
@ -35,4 +35,4 @@ tar -zxf ncurses-*.tar.gz || exit 1
|
|||||||
|
|
||||||
sh autogen.sh || exit 1
|
sh autogen.sh || exit 1
|
||||||
PKG_CONFIG_PATH=$BUILD/lib/pkgconfig ./configure --prefix=$BUILD "$@"
|
PKG_CONFIG_PATH=$BUILD/lib/pkgconfig ./configure --prefix=$BUILD "$@"
|
||||||
make && make install || exit 1
|
make && make install || (cat config.log; exit 1)
|
||||||
|
Reference in New Issue
Block a user