Skip to content

Commit 6498ae4

Browse files
committed
Fix old openssl windows build
1 parent 2cff12f commit 6498ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build_windows_openssl_old.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
22
mkdir build
33
cd build
4-
cmd.exe /c cmake -G "NMake Makefiles" ..
4+
cmd.exe /c cmake -G "NMake Makefiles" -DBUILD_LEGACY_OPENSSL_VERSION=ON ..
55
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" ..
66
nmake

0 commit comments

Comments
 (0)