From 8fb30de7af40bba1641194efb4db2a3fe414a36a Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 16 Jul 2025 11:24:01 +0100 Subject: [PATCH] Disable USE_HTTP on Emscripten --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 91cc2cae..81de153d 100644 --- a/Makefile +++ b/Makefile @@ -1040,6 +1040,7 @@ ifeq ($(PLATFORM),emscripten) BUILD_GAME_SO=0 BUILD_RENDERER_OPENGL1=0 BUILD_SERVER=0 + USE_HTTP=0 CLIENT_CFLAGS+=-s USE_SDL=2