try libpcre2-8-0.dll

This commit is contained in:
ringabout
2024-11-05 13:21:07 +08:00
parent cbf68468e6
commit cb802af44e

View File

@@ -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: