Commit 2c40701a authored by Frank Groeneveld's avatar Frank Groeneveld Committed by GitHub

Support OpenBSD

OpenBSD builds libsodium.so.19.1 (for example), so the libsodium*.so won't match.
parent eb88b3c4
......@@ -7,6 +7,7 @@ module RbNaCl
sodiumlib_glob = case RUBY_DESCRIPTION
when /darwin/ then "libsodium*.dylib"
when /Windows|(win|mingw)32/ then "libsodium*.dll"
when /openbsd/ then "libsodium*.so.*"
else "libsodium*.so"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment