From 3eda92e3365396b9b9e000fc3d79d3690797c152 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 8 Jun 2021 05:05:19 +0300 Subject: [PATCH 58/58] meson-winbuild.sh: Enable nls See osdn #42486 Signed-off-by: Marko Lindqvist --- windows/installer_cross/meson-winbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/installer_cross/meson-winbuild.sh b/windows/installer_cross/meson-winbuild.sh index ac790fda4b..7d2a565d89 100755 --- a/windows/installer_cross/meson-winbuild.sh +++ b/windows/installer_cross/meson-winbuild.sh @@ -89,7 +89,7 @@ cd meson-build-${SETUP} export PKG_CONFIG_PATH=${DLLSPATH}/lib/pkgconfig -if ! meson --cross-file=cross.txt -Dprefix=$MESON_INSTALL_DIR -Dsyslua=false -Daudio=false -Dnls=false \ +if ! meson --cross-file=cross.txt -Dprefix=$MESON_INSTALL_DIR -Dsyslua=false -Daudio=false \ ../../.. $EXTRA_CONFIG ; then echo "Meson run failed!" >&2 exit 1 -- 2.30.2