change dir

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

View File

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