Update c-cpp.yml

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

View File

@ -29,6 +29,9 @@ jobs:
- name: ln Mac
if: ${{ startsWith(matrix.target, 'macos') }}
run: ln -s Makefile.FreeBSD Makefile
- name: dirs Windows 0
if: ${{ startsWith(matrix.target, 'windows') }}
run: cmd /C 'echo:>>Makefile.win'
- name: dirs Windows 1
if: ${{ startsWith(matrix.target, 'windows') }}
run: cmd /C 'echo LIBS := -L "c:/program files/openssl/lib" $(LIBS) >>Makefile.win'