mirror of
https://github.com/3proxy/3proxy.git
synced 2026-03-31 02:40:13 +08:00
Update c-cpp.yml
This commit is contained in:
parent
23b8fa37f8
commit
ea937634cf
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
run: vcpkg install pcre:x64-windows
|
run: vcpkg install pcre:x64-windows
|
||||||
- name: dirs Windows
|
- name: dirs Windows
|
||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
run: cmd /C 'echo LIBS := -L "c:/program files/openssl/lib/VC/x64/MT" $(LIBS) >>Makefile.win && echo CFLAGS := -I "c:/program files/openssl/include" $(CFLAGS) >>Makefile.win && type Makefile.win && dir "c:/program files/openssl/lib"'
|
run: cmd /C 'echo LIBS := -L "c:/program files/openssl/lib/VC/x64/MT" -L C:/vcpkg/installed/x64-windows/lib $(LIBS) >>Makefile.win && echo CFLAGS := -I "c:/program files/openssl/include" -I C:/vcpkg/installed/x64-windows/include $(CFLAGS) >>Makefile.win && type Makefile.win && dir "c:/program files/openssl/lib"'
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
- name: mkdir
|
- name: mkdir
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user