Fix pcre tests

This commit is contained in:
Joey Yakimowich-Payne 2020-04-20 19:01:53 -06:00
commit 4794c076ff

View file

@ -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()