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 6058a92 commit cd2d24eCopy full SHA for cd2d24e
build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt/CMakeTasks.kt
@@ -124,7 +124,8 @@ private fun Project.registerCmakeConfigureTask(
124
}
125
126
if (HostManager.hostIsMingw && knTarget.konanTarget.family == Family.MINGW) {
127
- args.add("-G \"MinGW Makefiles\"")
+ args.add("-G")
128
+ args.add("MinGW Makefiles")
129
130
131
// FIXME? Compiling s2n-tls on GitHub Actions Ubuntu image (without Docker / cross-compilation) has errors like:
0 commit comments