Commit b128943b authored by Hiroshi Shirosaki's avatar Hiroshi Shirosaki

Fix Windows dll path

parent 71edce65
......@@ -12,7 +12,7 @@ module RbNaCl
def sodiumlib_glob
case RUBY_DESCRIPTION
when /darwin/ then 'libsodium*.dylib'
when /Windows|(win|mingw)32/ then 'libsodium*.dll'
when /Windows|(win|mingw)32/ then '../bin/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