We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378eebd commit 6ab9e7bCopy full SHA for 6ab9e7b
.evergreen/scripts/link-sample-program-mingw.cmd
@@ -1,7 +1,8 @@
1
echo on
2
echo
3
4
-set CMAKE_FLAGS=-DENABLE_SSL=OPENSSL -DENABLE_SASL=CYRUS
+rem Use DENABLE_SSL=OFF. Windows hosts do not have a MinGW ABI compatible OpenSSL install.
5
+set CMAKE_FLAGS=-DENABLE_SSL=OFF -DENABLE_SASL=CYRUS
6
set TAR=C:\cygwin\bin\tar
7
set CMAKE_MAKE_PROGRAM=C:\mingw-w64\x86_64-4.9.1-posix-seh-rt_v3-rev1\mingw64\bin\mingw32-make.exe
8
set CC=C:\mingw-w64\x86_64-4.9.1-posix-seh-rt_v3-rev1\mingw64\bin\gcc.exe
0 commit comments