Show config.log on failure.

pull/2546/head
Nicholas Marriott 2021-01-17 18:47:14 +00:00
parent b18834be8a
commit 607594f6e5
1 changed files with 1 additions and 1 deletions

View File

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