Skip to content

Commit 269e37d

Browse files
committed
Disable USE_HTTP on Emscripten
1 parent 1a6b20a commit 269e37d

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)