From 80d98cbe1ef98ff539a2e337d76e15e9e10138dd Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 16 Oct 2023 02:25:26 +0300 Subject: [PATCH 36/36] emsbuild.sh: Disable sdl2-client build See osdn #48682 Signed-off-by: Marko Lindqvist --- platforms/emscripten/emsbuild.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platforms/emscripten/emsbuild.sh b/platforms/emscripten/emsbuild.sh index d49aaf426e..9cb24dd90c 100755 --- a/platforms/emscripten/emsbuild.sh +++ b/platforms/emscripten/emsbuild.sh @@ -42,9 +42,10 @@ if ! CC=emcc CXX=em++ AR=emar meson setup \ --cross-file=cross.txt \ -Ddefault_library=static \ -Ddebug=true \ + -Daudio=none \ -Dmwand=false \ -Dtools=[] \ - -Dclients=sdl2,stub \ + -Dclients=stub \ -Dfcmp=[] \ "${PLATFORM_ROOT}/../../" then -- 2.42.0