From ea61a698c33d2cb94d01baacf99679e922bad8f6 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 14 Oct 2022 17:43:54 +0300 Subject: [PATCH 39/39] meson-installer_build.sh: Generate langstat See osdn #45858 Signed-off-by: Marko Lindqvist --- windows/installer_cross/meson-installer_build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/installer_cross/meson-installer_build.sh b/windows/installer_cross/meson-installer_build.sh index e33285a931..6ae91caf8d 100755 --- a/windows/installer_cross/meson-installer_build.sh +++ b/windows/installer_cross/meson-installer_build.sh @@ -142,10 +142,14 @@ SETUP=$(grep "CrosserSetup=" $DLLSPATH/crosser.txt | sed -e 's/CrosserSetup="//' VERREV="$(../../fc_version)" +if ! ( cd "meson-build-${SETUP}-${GUI}" && ninja langstat_core.txt ) ; then + echo "langstat_core.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)" - GITREVERT=true fi fi -- 2.35.1