mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
Merge branch 'pr_pcre_re' of https://github.com/nim-lang/Nim into pr_pcre_re
This commit is contained in:
@@ -527,7 +527,7 @@ when not defined(usePcreHeader):
|
||||
else:
|
||||
const pcreDll = "pcre32.dll"
|
||||
elif hostOS == "macosx":
|
||||
const pcreDll = "libpcre(.3|.1|).dylib"
|
||||
const pcreDll = "libpcre2-8.0.dylib"
|
||||
else:
|
||||
const pcreDll = "libpcre2-8.so.0"
|
||||
{.push dynlib: pcreDll.}
|
||||
|
||||
Reference in New Issue
Block a user