mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 06:43:52 +00:00
Fix a flag in PCRE: change to 'usePcreHeader'
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user