mirror of
https://github.com/3proxy/3proxy.git
synced 2026-08-03 22:26:10 +00:00
compile PCRE on Windows
This commit is contained in:
parent
c05023ab6d
commit
a5fce1a2f6
5 changed files with 33 additions and 30 deletions
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
|
|
@ -41,6 +41,9 @@ jobs:
|
|||
- name: ln Windows
|
||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||
run: copy Makefile.win Makefile
|
||||
- name: install Windows libraries
|
||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||
run: vcpkg install pcre:x64-windows
|
||||
- name: dirs 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"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue