소스 검색

Fix linker warnings from pcre (#598)

tobil4sk 2 년 전
부모
커밋
921d104242
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;