From 6e467bf009ad615d68952afae0b8ba5d01ab5f2e Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 23 Nov 2021 05:27:43 +0200 Subject: [PATCH 2/2] Update to crosser-2.2 See osdn #43259 Signed-off-by: Marko Lindqvist --- windows/installer_cross/installer_build.sh | 1 + windows/installer_cross/winbuild.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/installer_cross/installer_build.sh b/windows/installer_cross/installer_build.sh index 28d25c3f71..e55099f16c 100755 --- a/windows/installer_cross/installer_build.sh +++ b/windows/installer_cross/installer_build.sh @@ -4,6 +4,7 @@ add_glib_env() { mkdir -p $2/share/glib-2.0/schemas && cp -R $1/share/glib-2.0/schemas/*.gschema.xml $2/share/glib-2.0/schemas/ && cp $1/bin/libglib-2.0-0.dll $2/ && + cp $1/bin/libpcre-1.dll $2/ && mkdir -p $2/bin && cp $1/bin/glib-compile-schemas.exe $2/bin/ } diff --git a/windows/installer_cross/winbuild.sh b/windows/installer_cross/winbuild.sh index 534bc2128d..c8f1c0e7b2 100755 --- a/windows/installer_cross/winbuild.sh +++ b/windows/installer_cross/winbuild.sh @@ -11,7 +11,7 @@ WINBUILD_VERSION="2.3.4" MIN_WINVER=0x0601 # Windows 7 -CROSSER_FEATURE_LEVEL=2.1 +CROSSER_FEATURE_LEVEL=2.2 if test "x$1" = x || test "x$1" = "x-h" || test "x$1" = "x--help" ; then echo "Usage: $0 [gui]" -- 2.30.2