add ncurses for rogue.exe
This commit is contained in:
@@ -3,6 +3,10 @@ cd rogue;
|
|||||||
|
|
||||||
if [ "$HOST" = "x86_64-w64-mingw32" ]; then
|
if [ "$HOST" = "x86_64-w64-mingw32" ]; then
|
||||||
echo building rogue.exe...
|
echo building rogue.exe...
|
||||||
|
mkdir ncurses && cd ncurses
|
||||||
|
wget https://invisible-island.net/datafiles/release/mingw32.zip
|
||||||
|
unzip mingw32.zip && delete mingw32.zip
|
||||||
|
cd ..
|
||||||
if make -f Makefile_win "$@"; then
|
if make -f Makefile_win "$@"; then
|
||||||
echo rogue.exe build SUCCESSFUL
|
echo rogue.exe build SUCCESSFUL
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user