mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-09 22:13:11 +08:00
Update c-cpp.yml
This commit is contained in:
parent
2a97a46301
commit
ce3f12115a
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user