From b0b2ec875bff2568985a4e694a83a96accb9e78a Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 4 Jan 2024 21:32:27 +0100 Subject: [PATCH] Updating build scripts for Windows to use a proper suffix including 64bit coordinate flags --- scripts/deploy-win-mingw.sh | 4 ++-- scripts/deploy-win-ucrt64.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/deploy-win-mingw.sh b/scripts/deploy-win-mingw.sh index 4762d6dd4..bfa1e38d7 100644 --- a/scripts/deploy-win-mingw.sh +++ b/scripts/deploy-win-mingw.sh @@ -101,8 +101,8 @@ else echo "ERROR: not in mingw32 or mingw64 system." fi -target=$pwd/bin-release-$arch -build=$pwd/build-release-$arch +target=$pwd/bin-release-$arch$KLAYOUT_BUILD_SUFFIX +build=$pwd/build-release-$arch$KLAYOUT_BUILD_SUFFIX src=$pwd/src scripts=$pwd/scripts # Update in NSIS script too: diff --git a/scripts/deploy-win-ucrt64.sh b/scripts/deploy-win-ucrt64.sh index 33ff9e798..0e98fb053 100644 --- a/scripts/deploy-win-ucrt64.sh +++ b/scripts/deploy-win-ucrt64.sh @@ -94,8 +94,8 @@ else echo "ERROR: not in ucrt64 system." fi -target=$pwd/bin-release-$arch -build=$pwd/build-release-$arch +target=$pwd/bin-release-$arch$KLAYOUT_BUILD_SUFFIX +build=$pwd/build-release-$arch$KLAYOUT_BUILD_SUFFIX src=$pwd/src scripts=$pwd/scripts # Update in NSIS script too: