We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6fe27 commit 1ac098dCopy full SHA for 1ac098d
rakelib/gems.rake
@@ -55,6 +55,7 @@ namespace :gems do
55
)
56
57
unless BUILD_CONFIG[:darwin] and
58
+ ENV["TRAVIS_OS_NAME"] != "osx" and
59
`which brew`.chomp.size > 0 and
60
$?.success? and
61
(openssl = `brew --prefix #{ENV["RBX_OPENSSL"] || "openssl"}`.chomp).size > 0
rakelib/preinstall_gems.rb
@@ -8,6 +8,7 @@
8
gems = BUILD_CONFIG[:gem_files]
9
install_dir = "#{BUILD_CONFIG[:build_prefix]}#{BUILD_CONFIG[:gemsdir]}"
10
11
12
13
14
0 commit comments