Skip to content

Commit ce2a091

Browse files
authored
Merge pull request #783 from junaruga/wip/rake-debug-protective
Make "rake debug" protective for a Ruby OpenSSL loading error.
2 parents a1aff21 + d5da6b3 commit ce2a091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ task :debug do
7272
Providers: #{providers_str}
7373
MESSAGE
7474
EOF
75-
ruby %Q(-I./lib -ropenssl -ve'#{ruby_code}')
75+
ruby %Q(-I./lib -ropenssl.so -ve'#{ruby_code}')
7676
end
7777

7878
task :default => :test

0 commit comments

Comments
 (0)