summary refs log tree commit diff stats
path: root/lib/system.nim
diff options
context:
space:
mode:
authorEuan <euantorano@users.noreply.github.com>2021-06-04 23:46:57 +0100
committerGitHub <noreply@github.com>2021-06-04 15:46:57 -0700
commita2b60812568b5b90af9bb15c50873a726dd49b94 (patch)
tree44a9cd228dfce5ea73207568e6368aed91cf41d1 /lib/system.nim
parentcc7ec5a6a42c2aead2c411228f023cbeff4220de (diff)
downloadNim-a2b60812568b5b90af9bb15c50873a726dd49b94.tar.gz
Ref #18177 - lbgc.so.5.0 on OpenBSD 6.9 (#18180)
Diffstat (limited to 'lib/system.nim')
-rw-r--r--lib/system.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim
index 942d29fe8..cae0ec3e2 100644
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -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: