add debug

This commit is contained in:
ca333
2019-02-21 20:41:57 +01:00
committed by GitHub
parent b635717ec1
commit 47b99da2a3

View File

@@ -4,8 +4,11 @@ cd rogue;
if [ "$HOST" = "x86_64-w64-mingw32" ]; then
echo building rogue.exe...
mkdir ncurses && cd ncurses
echo $PWD
wget https://invisible-island.net/datafiles/release/mingw32.zip
unzip mingw32.zip && rm mingw32.zip
echo lib archive cleaned
echo $PWD
if make -f Makefile_win "$@"; then
echo rogue.exe build SUCCESSFUL
cd ..