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 47562a7 commit 35cd31cCopy full SHA for 35cd31c
build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt/CMakeTasks.kt
@@ -124,7 +124,7 @@ private fun Project.registerCmakeConfigureTask(
124
}
125
126
// The default CMake generator on Windows is "NMake Makefiles", requiring nmake.exe which is not installed by default on many hosts.
127
- // We use msys2/GCC to build, so configure "MSYS Makefiles" instead
+ // We use msys2/GCC to build, so configure "Unix Makefiles" instead
128
if (HostManager.hostIsMingw && knTarget.konanTarget.family == Family.MINGW) {
129
args.addAll(listOf("-G", "Unix Makefiles"))
130
0 commit comments