From 17aca510358841ce30ba1434bcbc8772ea1ceb1c Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 10 Oct 2023 02:41:26 +0300 Subject: [PATCH 39/39] emsbuild.sh: Replace configure option "ruledit" with "tools" See osdn #48829 Signed-off-by: Marko Lindqvist --- platforms/emscripten/emsbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/emscripten/emsbuild.sh b/platforms/emscripten/emsbuild.sh index b9118f217b..d49aaf426e 100755 --- a/platforms/emscripten/emsbuild.sh +++ b/platforms/emscripten/emsbuild.sh @@ -43,7 +43,7 @@ if ! CC=emcc CXX=em++ AR=emar meson setup \ -Ddefault_library=static \ -Ddebug=true \ -Dmwand=false \ - -Druledit=false \ + -Dtools=[] \ -Dclients=sdl2,stub \ -Dfcmp=[] \ "${PLATFORM_ROOT}/../../" -- 2.42.0