test github env

This commit is contained in:
Vladimir Dubrovin 2026-04-03 12:03:55 +03:00
parent b94c64f5e8
commit 9a646581ee
3 changed files with 4 additions and 1 deletions

View File

@ -74,6 +74,8 @@ jobs:
cd "D:/a/3proxy/3proxy"
dir /S "c:\program files\openssl\lib\"
dir "c:\vcpkg\installed\x64-windows\lib"
dir /S "c:\msys*"
dir /S "c:\mingw*"
mkdir bin64
set "LIB=%LIB%;c:/program files/openssl/lib/VC/x64/MT;c:/vcpkg/installed/x64-windows/lib"
set "INCLUDE=%INCLUDE%;c:/program files/openssl/include;c:/vcpkg/installed/x64-windows/include"

View File

@ -28,7 +28,7 @@ REMOVECOMMAND = rm -f
TYPECOMMAND = cat
COMPATLIBS =
MAKEFILE = Makefile.win
PLUGINS := utf8tocp1251 WindowsAuthentication TrafficPlugin StringsPlugin
PLUGINS := utf8tocp1251 WindowsAuthentication TrafficPlugin StringsPlugin PCREPlugin
VERFILE := 3proxyres.o $(VERFILE)
VERSION := $(VERSION)
VERSIONDEP := 3proxyres.o $(VERSIONDEP)

View File

@ -8,6 +8,7 @@
#include "../../structures.h"
#include <string.h>
#define PCRE2_CODE_UNIT_WIDTH 8
#define PCRE2_STATIC
#include <pcre2.h>
#ifdef __cplusplus