We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2d24e commit 56747afCopy full SHA for 56747af
build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt/CMakeTasks.kt
@@ -125,7 +125,7 @@ private fun Project.registerCmakeConfigureTask(
125
126
if (HostManager.hostIsMingw && knTarget.konanTarget.family == Family.MINGW) {
127
args.add("-G")
128
- args.add("MinGW Makefiles")
+ args.add("MSYS Makefiles")
129
}
130
131
// FIXME? Compiling s2n-tls on GitHub Actions Ubuntu image (without Docker / cross-compilation) has errors like:
0 commit comments