From 711919f7c3358122961b6402c99cce059ba4af8e Mon Sep 17 00:00:00 2001 From: ManickaP Date: Mon, 10 Nov 2025 10:28:33 +0100 Subject: [PATCH] Fix local build on linux thatwas ommiting arch argument --- src/Native/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Native/build.sh b/src/Native/build.sh index 13e7b28c21..8d8d57d7fc 100755 --- a/src/Native/build.sh +++ b/src/Native/build.sh @@ -23,7 +23,7 @@ done DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" RootRepo="$DIR/../.." -__build_arch= +__build_arch=x64 __strip_argument= __configuration=Debug __rootBinPath="$RootRepo/artifacts/bin"