We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cff12f commit 6498ae4Copy full SHA for 6498ae4
.github/build_windows_openssl_old.bat
@@ -1,6 +1,6 @@
1
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
2
mkdir build
3
cd build
4
-cmd.exe /c cmake -G "NMake Makefiles" ..
+cmd.exe /c cmake -G "NMake Makefiles" -DBUILD_LEGACY_OPENSSL_VERSION=ON ..
5
cmake -G "NMake Makefiles" -DBUILD_TEST=TRUE -DBUILD_LEGACY_OPENSSL_VERSION=ON -DEXT_PTHREAD_INCLUDE_DIR="C:/tools/pthreads-w32-2-9-1-release/Pre-built.2/include/" -DEXT_PTHREAD_LIBRARIES="C:/tools/pthreads-w32-2-9-1-release/Pre-built.2/lib/x64/libpthreadGC2.a" ..
6
nmake
0 commit comments