Skip to content

Commit 5e78898

Browse files
committed
Use MSYS Makefiles again
1 parent d58c705 commit 5e78898

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ private fun Project.registerCmakeConfigureTask(
123123
}
124124
}
125125

126-
// if (HostManager.hostIsMingw && knTarget.konanTarget.family == Family.MINGW) {
127-
// args.add("-G")
128-
// args.add("MSYS Makefiles")
129-
// }
126+
if (HostManager.hostIsMingw && knTarget.konanTarget.family == Family.MINGW) {
127+
args.add("-G")
128+
args.add("MSYS Makefiles")
129+
}
130130

131131
// FIXME? Compiling s2n-tls on GitHub Actions Ubuntu image (without Docker / cross-compilation) has errors like:
132132
// In function ‘s2n_hash_algorithms_init’

0 commit comments

Comments
 (0)