From 10cd374320209b2e6aa9932876b9aa47a43bb4ab Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Tue, 11 Aug 2026 09:26:40 +0300
Subject: [PATCH 54/54] build_tolua.sh: Build just tolua

See RM #2132

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 scripts/build_tolua.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/build_tolua.sh b/scripts/build_tolua.sh
index b0f886bd97..3ee9094db2 100755
--- a/scripts/build_tolua.sh
+++ b/scripts/build_tolua.sh
@@ -31,7 +31,8 @@ fi
 
 if ! meson setup -Dserver=disabled -Dclients=[] -Dfcmp=[] -Dtools=[] \
      -Daudio=none "${top_srcdir}" ||
-   ! ninja ; then
+   ! ninja tolua
+then
   echo "Tolua build failed!" >&2
   exit 1
 fi
-- 
2.53.0

