Pārlūkot izejas kodu

Fix linker warnings from pcre (#598)

tobil4sk 2 gadi atpakaļ
vecāks
revīzija
921d104242
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/std/regexp.c

+ 1 - 0
src/std/regexp.c

@@ -21,6 +21,7 @@
  */
 #include <hl.h>
 
+#define PCRE2_STATIC
 #include <pcre2.h>
 
 typedef struct _ereg ereg;