Skip to content

Commit f197862

Browse files
committed
Disable USE_HTTP on Emscripten
1 parent a17e985 commit f197862

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,7 @@ ifeq ($(PLATFORM),emscripten)
10421042
BUILD_GAME_SO=0
10431043
BUILD_RENDERER_OPENGL1=0
10441044
BUILD_SERVER=0
1045+
USE_HTTP=0
10451046

10461047
CLIENT_CFLAGS+=-s USE_SDL=2
10471048

0 commit comments

Comments
 (0)