From c45a7b37cf5b40452ea19150af7c47340ec0737c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 8 Mar 2020 01:31:03 +0100 Subject: [PATCH] USE_ZLIB=1 in Makefile.simple --- Makefile.simple | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.simple b/Makefile.simple index 7394943c..7c626a61 100644 --- a/Makefile.simple +++ b/Makefile.simple @@ -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