Browse Source

fix arch

pull/4/head
ca333 5 years ago
committed by GitHub
parent
commit
7649ce3e67
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/cc/Makefile_rogue

2
src/cc/Makefile_rogue

@ -26,7 +26,7 @@ ifeq ($(OS),Darwin)
cp $(TARGET_DARWIN) ../libcc.dylib
else ifeq ($(HOST),x86_64-w64-mingw32)
$(info WINDOWS)
wget -O ../../depends/x86_64-w64-mingw32/mingw64.zip https://invisible-island.net/datafiles/release/mingw32.zip
wget -O ../../depends/x86_64-w64-mingw32/mingw32.zip https://invisible-island.net/datafiles/release/mingw32.zip
cd ../../depends/x86_64-w64-mingw32 && unzip mingw32.zip
cd $(DIR)
$(CC_WIN) $(CFLAGS_WIN) $(DEBUGFLAGS) -o $(TARGET_WIN) -c $(SOURCES) -lncurses

Loading…
Cancel
Save