Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed build on Windows. Refactored Gradle scripts. #621

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Fixed typo
  • Loading branch information
VDovidaytis-HORIS committed Oct 28, 2022
commit ab7d633212560060f548c68e7abe568d525229c6
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ subprojects {
} else {
if (currentOs.macOsX) {
macosArm64()
macosX64
macosX64()
} else if (currentOs.linux) {
linuxArm64()
linuxX64()
Expand Down