Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2025-03-14 21:42:00 +03:00 committed by GitHub
parent ce3f12115a
commit 7bf5f1a837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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') }}