diff options
| author | Tom Black <[email protected]> | 2016-01-01 17:02:41 -0600 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2016-01-01 17:02:41 -0600 |
| commit | 425faa8986ae71438a538b40e996f551866bdf83 (patch) | |
| tree | de5ace2f4b2e17e66ebc4ae6b717144725685c55 /Rakefile | |
| parent | 7f749675095383ca816b8469ae53d65c73d708d7 (diff) | |
| download | ruby2d-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-- | Rakefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
