File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -123,12 +123,6 @@ private fun Project.registerCmakeConfigureTask(
123123 }
124124 }
125125
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 "Unix Makefiles" instead
128- if (HostManager .hostIsMingw && knTarget.konanTarget.family == Family .MINGW ) {
129- args.addAll(listOf (" -G" , " MSYS Makefiles" ))
130- }
131-
132126 // FIXME? Compiling s2n-tls on GitHub Actions Ubuntu image (without Docker / cross-compilation) has errors like:
133127 // In function ‘s2n_hash_algorithms_init’
134128 // error: implicit declaration of function ‘EVP_MD_free’;
You can’t perform that action at this time.
0 commit comments