Skip to content

Commit a833d11

Browse files
committed
Go back to MSYS Makefiles
1 parent 0127c3f commit a833d11

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
@@ -126,7 +126,7 @@ private fun Project.registerCmakeConfigureTask(
126126
// The default CMake generator on Windows is "NMake Makefiles", requiring nmake.exe which is not installed by default on many hosts.
127127
// We use msys2/GCC to build, so configure "Unix Makefiles" instead
128128
if (HostManager.hostIsMingw && knTarget.konanTarget.family == Family.MINGW) {
129-
args.addAll(listOf("-G", "Unix Makefiles"))
129+
args.addAll(listOf("-G", "MSYS Makefiles"))
130130
}
131131

132132
// FIXME? Compiling s2n-tls on GitHub Actions Ubuntu image (without Docker / cross-compilation) has errors like:

0 commit comments

Comments
 (0)