Selaa lähdekoodia

Fix linker warnings from pcre (#598)

tobil4sk 2 vuotta sitten
vanhempi
commit
921d104242
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;