mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-12 14:12:49 +00:00
USE_ZLIB=1 in Makefile.simple
This commit is contained in:
parent
b31e0db6df
commit
c45a7b37cf
@ -160,7 +160,7 @@ savepng$(OBJ_EXTENSION): savepng.cpp
|
|||||||
emscripten: hyper.html
|
emscripten: hyper.html
|
||||||
|
|
||||||
%.html %.js %.wasm: %.emscripten-sources
|
%.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
|
hyper.emscripten-sources: *.cpp autohdr.h
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user