Skip to content

Commit 6ab9e7b

Browse files
authored
do not link to OpenSSL in MinGW task (#1570)
1 parent 378eebd commit 6ab9e7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/scripts/link-sample-program-mingw.cmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
echo on
22
echo
33

4-
set CMAKE_FLAGS=-DENABLE_SSL=OPENSSL -DENABLE_SASL=CYRUS
4+
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
56
set TAR=C:\cygwin\bin\tar
67
set CMAKE_MAKE_PROGRAM=C:\mingw-w64\x86_64-4.9.1-posix-seh-rt_v3-rev1\mingw64\bin\mingw32-make.exe
78
set CC=C:\mingw-w64\x86_64-4.9.1-posix-seh-rt_v3-rev1\mingw64\bin\gcc.exe

0 commit comments

Comments
 (0)