Skip to content

Commit cd2d24e

Browse files
committed
Separate args
1 parent 6058a92 commit cd2d24e

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

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

126126
if (HostManager.hostIsMingw && knTarget.konanTarget.family == Family.MINGW) {
127-
args.add("-G \"MinGW Makefiles\"")
127+
args.add("-G")
128+
args.add("MinGW Makefiles")
128129
}
129130

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

0 commit comments

Comments
 (0)