mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
Show config.log on failure.
This commit is contained in:
parent
b18834be8a
commit
607594f6e5
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
|
||||
PKG_CONFIG_PATH=$BUILD/lib/pkgconfig ./configure --prefix=$BUILD "$@"
|
||||
make && make install || exit 1
|
||||
make && make install || (cat config.log; exit 1)
|
||||
|
Loading…
Reference in New Issue
Block a user