Skip to content

Commit 70daca6

Browse files
authored
Fix local build on linux thatwas ommiting arch argument (#7549)
1 parent 0a7a029 commit 70daca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Native/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ done
2323
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
2424
RootRepo="$DIR/../.."
2525

26-
__build_arch=
26+
__build_arch=x64
2727
__strip_argument=
2828
__configuration=Debug
2929
__rootBinPath="$RootRepo/artifacts/bin"

0 commit comments

Comments
 (0)