Use external PCRE library

This commit is contained in:
Vladimir Dubrovin 2026-03-27 17:56:56 +03:00
parent cbab9a2fe2
commit 3a2223b798

View File

@ -7,8 +7,7 @@
#include "../../structures.h"
#include <string.h>
#define PCRE_STATIC
#include "pcre.h"
#include <pcre.h>
#ifdef __cplusplus
extern "C" {