Update c-cpp.yml

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

View File

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