We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1aff21 + d5da6b3 commit ce2a091Copy full SHA for ce2a091
Rakefile
@@ -72,7 +72,7 @@ task :debug do
72
Providers: #{providers_str}
73
MESSAGE
74
EOF
75
- ruby %Q(-I./lib -ropenssl -ve'#{ruby_code}')
+ ruby %Q(-I./lib -ropenssl.so -ve'#{ruby_code}')
76
end
77
78
task :default => :test
0 commit comments