Skip to content

Commit

Permalink
update w64 binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Feb 21, 2024
1 parent 8ae83e3 commit 453f8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ "${GOOS}" = "linux" ]; then
fi
elif [ "${GOOS}" = "windows" ]; then
if [ "${GOARCH}" = "amd64" ]; then
C_COMP="x86_64-w64-mingw-gcc"
C_COMP="x86_64-w64-mingw32-gcc"
else
{ echo "arm64 on windows isn't supported"; exit 1; }
fi
Expand Down

0 comments on commit 453f8f9

Please sign in to comment.