From 710629f8ea041d228cb5884ab43d847b3cfa9025 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 27 Apr 2023 17:48:42 +0300 Subject: [PATCH 43/43] installer_cross meson: Generate langstat_ruledit.txt See osdn #47695 Signed-off-by: Marko Lindqvist --- windows/installer_cross/meson-installer_build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/windows/installer_cross/meson-installer_build.sh b/windows/installer_cross/meson-installer_build.sh index 7ae10aad82..917eba0efd 100755 --- a/windows/installer_cross/meson-installer_build.sh +++ b/windows/installer_cross/meson-installer_build.sh @@ -165,6 +165,12 @@ if ! ( cd "meson/build/${SETUP}-${GUI}" && ninja langstat_core.txt ) ; then exit 1 fi +if test "$GUI" = "ruledit" && + ! ( cd "meson/build/${SETUP}-${GUI}" && ninja langstat_ruledit.txt ) ; then + echo "langstat_ruledit.txt creation failed!" >&2 + exit 1 +fi + if test "$INST_CROSS_MODE" != "release" ; then if test -d ../../.git || test -f ../../.git ; then VERREV="$VERREV-$(cd ../.. && git rev-parse --short HEAD)" -- 2.39.2