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 d58c705 commit 5e78898Copy full SHA for 5e78898
build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt/CMakeTasks.kt
@@ -123,10 +123,10 @@ private fun Project.registerCmakeConfigureTask(
123
}
124
125
126
- // if (HostManager.hostIsMingw && knTarget.konanTarget.family == Family.MINGW) {
127
- // args.add("-G")
128
- // args.add("MSYS Makefiles")
129
- // }
+ if (HostManager.hostIsMingw && knTarget.konanTarget.family == Family.MINGW) {
+ args.add("-G")
+ args.add("MSYS Makefiles")
+ }
130
131
// FIXME? Compiling s2n-tls on GitHub Actions Ubuntu image (without Docker / cross-compilation) has errors like:
132
// In function ‘s2n_hash_algorithms_init’
0 commit comments