USE_ZLIB=1 in Makefile.simple

This commit is contained in:
Zeno Rogue 2020-03-08 01:31:03 +01:00
parent b31e0db6df
commit c45a7b37cf
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ savepng$(OBJ_EXTENSION): savepng.cpp
emscripten: hyper.html
%.html %.js %.wasm: %.emscripten-sources
emcc -std=c++11 -O3 -s LEGACY_GL_EMULATION=1 -s TOTAL_MEMORY=128MB hyperweb.cpp -o hyper.html
emcc -std=c++11 -O3 -s USE_ZLIB=1 -s LEGACY_GL_EMULATION=1 -s TOTAL_MEMORY=128MB hyperweb.cpp -o hyper.html
hyper.emscripten-sources: *.cpp autohdr.h