Skip to content

Fix default platform architecture on Windows

Jan Belle requested to merge fix-default-platform-architecture into master

The Gradle native build always defaults to 32bit architecture on Windows. That causes problems if the installed toolchain is 64bit.

Merge request reports