aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/tpcre.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tpcre.nim b/tests/tpcre.nim
index c8e8059..3bbd1ba 100644
--- a/tests/tpcre.nim
+++ b/tests/tpcre.nim
@@ -7,6 +7,7 @@ const
pcreH = baseDir/"pcre.h.in"
static:
+ cSkipSymbol @["PCRE_UCHAR16", "PCRE_UCHAR32"]
if not pcreH.fileExists():
downloadUrl("https://github.com/svn2github/pcre/raw/master/pcre.h.in", baseDir)
cDebug()