Skip to content

Commit 35cd31c

Browse files
committed
update comment
1 parent 47562a7 commit 35cd31c

File tree

1 file changed

+1
-1
lines changed
  • build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt

1 file changed

+1
-1
lines changed

build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt/CMakeTasks.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private fun Project.registerCmakeConfigureTask(
124124
}
125125

126126
// 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
127+
// We use msys2/GCC to build, so configure "Unix Makefiles" instead
128128
if (HostManager.hostIsMingw && knTarget.konanTarget.family == Family.MINGW) {
129129
args.addAll(listOf("-G", "Unix Makefiles"))
130130
}

0 commit comments

Comments
 (0)