Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rakelib/gems.rake
Original file line number Diff line number Diff line change
@@ -55,6 +55,7 @@ namespace :gems do
)

unless BUILD_CONFIG[:darwin] and
ENV["TRAVIS_OS_NAME"] != "osx" and
`which brew`.chomp.size > 0 and
$?.success? and
(openssl = `brew --prefix #{ENV["RBX_OPENSSL"] || "openssl"}`.chomp).size > 0
1 change: 1 addition & 0 deletions rakelib/preinstall_gems.rb
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@
gems = BUILD_CONFIG[:gem_files]
install_dir = "#{BUILD_CONFIG[:build_prefix]}#{BUILD_CONFIG[:gemsdir]}"
unless BUILD_CONFIG[:darwin] and
ENV["TRAVIS_OS_NAME"] != "osx" and
`which brew`.chomp.size > 0 and
$?.success? and
(openssl = `brew --prefix #{ENV["RBX_OPENSSL"] || "openssl"}`.chomp).size > 0

0 comments on commit 1ac098d

Please sign in to comment.