Ref #18177 - lbgc.so.5.0 on OpenBSD 6.9 (#18180)

This commit is contained in:
Euan
2021-06-04 23:46:57 +01:00
committed by GitHub
parent cc7ec5a6a4
commit a2b6081256

View File

@@ -1146,7 +1146,7 @@ when defined(boehmgc):
elif defined(macosx):
const boehmLib = "libgc.dylib"
elif defined(openbsd):
const boehmLib = "libgc.so.4.0"
const boehmLib = "libgc.so.(4|5).0"
elif defined(freebsd):
const boehmLib = "libgc-threaded.so.1"
else: