Fix a flag in PCRE: change to 'usePcreHeader'

This commit is contained in:
Oleh Prypin
2015-04-10 17:50:43 +03:00
parent 3aa7f7f491
commit b4337e1b0f

View File

@@ -335,7 +335,7 @@ type
JitCallback* = proc (a: pointer): ptr JitStack {.cdecl.}
when not defined(pcreDll):
when not defined(usePcreHeader):
when hostOS == "windows":
const pcreDll = "pcre.dll"
elif hostOS == "macosx":