mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-21 19:52:08 +08:00
Update c-cpp.yml
This commit is contained in:
parent
7bf5f1a837
commit
9a39a49c07
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
@ -29,6 +29,9 @@ jobs:
|
|||||||
- name: ln Mac
|
- name: ln Mac
|
||||||
if: ${{ startsWith(matrix.target, 'macos') }}
|
if: ${{ startsWith(matrix.target, 'macos') }}
|
||||||
run: ln -s Makefile.FreeBSD Makefile
|
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
|
- name: dirs Windows 1
|
||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
run: cmd /C 'echo LIBS := -L "c:/program files/openssl/lib" $(LIBS) >>Makefile.win'
|
run: cmd /C 'echo LIBS := -L "c:/program files/openssl/lib" $(LIBS) >>Makefile.win'
|
||||||
|
Loading…
Reference in New Issue
Block a user