From 7bf5f1a837eb899f30169c721b536b27ae480d04 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 14 Mar 2025 21:42:00 +0300 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 8adad3b..b6ba2a5 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -29,10 +29,14 @@ jobs: - name: ln Mac if: ${{ startsWith(matrix.target, 'macos') }} run: ln -s Makefile.FreeBSD Makefile - - name: dirs Windows + - name: dirs Windows 1 if: ${{ startsWith(matrix.target, 'windows') }} run: cmd /C 'echo LIBS := -L "c:/program files/openssl/lib" $(LIBS) >>Makefile.win' + - name: dirs Windows 2 + if: ${{ startsWith(matrix.target, 'windows') }} run: cmd /C 'echo CFLAGS := -I "c:/program files/openssl/include" $(CFLAGS) >>Makefile.win' + - name: dirs Windows 3 + if: ${{ startsWith(matrix.target, 'windows') }} run: cmd /C 'type Makefile.win' - name: ln Windows if: ${{ startsWith(matrix.target, 'windows') }}