Browse Source

Fix linker warnings from pcre (#598)

tobil4sk 2 năm trước cách đây
mục cha
commit
921d104242
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;