Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2026-03-31 11:14:54 +03:00
parent 8efaee2651
commit cf045b3bea

View File

@ -70,9 +70,10 @@ jobs:
D: D:
cd "D:/a/3proxy/3proxy" cd "D:/a/3proxy/3proxy"
mkdir bin64 mkdir bin64
set "LIB=%LIB%;c:/program files/openssl/lib/VC/x64/MT"
nmake /F Makefile.msvc64 nmake /F Makefile.msvc64
env: env:
LIBS: '-L "c:/program files/openssl/lib/VC/x64/MT"' LIBS: '/LIBPATH:"c:/program files/openssl/lib/VC/x64/MT"'
CFLAGS: '-I "c:/program files/openssl/include"' CFLAGS: '-I "c:/program files/openssl/include"'
- name: make clean Windows - name: make clean Windows
if: ${{ startsWith(matrix.target, 'windows') }} if: ${{ startsWith(matrix.target, 'windows') }}