Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2025-03-14 21:29:31 +03:00 committed by GitHub
parent 399c360be9
commit c295bd9ac3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ jobs:
run: ln -s Makefile.FreeBSD Makefile
- name: dirs Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: cmd /C 'echo ^>>Makefile.win && echo LIBS := -L "c:/program files/openssl/lib" $(LIBS) >>Makefile.win && echo CFLAGS := -I "c:/program files/openssl/include" $(CFLAGS)>>Makefile.win && echo ^>>Makefile.win && type Makefile.win'
run: cmd /C 'echo ^>Makefile.win'
- name: ln Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: copy Makefile.win Makefile