mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
try libpcre2-8-0.dll
This commit is contained in:
@@ -520,12 +520,7 @@ type
|
||||
|
||||
when not defined(usePcreHeader):
|
||||
when hostOS == "windows":
|
||||
when defined(nimOldDlls):
|
||||
const pcreDll = "pcre.dll"
|
||||
elif defined(cpu64):
|
||||
const pcreDll = "pcre64.dll"
|
||||
else:
|
||||
const pcreDll = "pcre32.dll"
|
||||
const pcreDll = "libpcre2-8-0.dll"
|
||||
elif hostOS == "macosx":
|
||||
const pcreDll = "libpcre2-8.0.dylib"
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user