summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorTom Black <[email protected]>2016-01-01 17:02:41 -0600
committerTom Black <[email protected]>2016-01-01 17:02:41 -0600
commit425faa8986ae71438a538b40e996f551866bdf83 (patch)
treede5ace2f4b2e17e66ebc4ae6b717144725685c55 /Rakefile
parent7f749675095383ca816b8469ae53d65c73d708d7 (diff)
downloadruby2d-425faa8986ae71438a538b40e996f551866bdf83.tar.gz
ruby2d-425faa8986ae71438a538b40e996f551866bdf83.zip
Add `--no-brew` option
Used to skip Homebrew on OS X, also some extconf cleanup
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 623f7e4..df44733 100644
--- a/Rakefile
+++ b/Rakefile
@@ -23,7 +23,8 @@ task :build do
system "gem build ruby2d.gemspec --verbose"
puts "==> install gem"
- system "gem install ruby2d-#{Ruby2D::VERSION}.gem --local --verbose"
+ system "gem install ruby2d-#{Ruby2D::VERSION}.gem "\
+ "--local --verbose -- --no-brew"
end
desc "Run testcard"