Commit 8d3ec94a authored by Tony Arcieri's avatar Tony Arcieri Committed by GitHub

Merge pull request #17 from frenkel/patch-1

Support OpenBSD
parents eb88b3c4 2c40701a
......@@ -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