diff options
| author | Adam Vandenberg | 2012-03-10 18:22:07 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-10 18:22:07 -0800 |
| commit | 59cfef53ab2c1cb63788810e706206950773e54a (patch) | |
| tree | e3fb8169f10b349b4384b2789b1623f3b6e16acc /Library/Formula/box2d.rb | |
| parent | 009e3191b538f3d053b351dd65c0bea7d58d545f (diff) | |
| download | homebrew-59cfef53ab2c1cb63788810e706206950773e54a.tar.bz2 | |
Remove 'oos' comments from cmake-built stuff
Diffstat (limited to 'Library/Formula/box2d.rb')
| -rw-r--r-- | Library/Formula/box2d.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/box2d.rb b/Library/Formula/box2d.rb index 3ecaa691d..2a8fa45b9 100644 --- a/Library/Formula/box2d.rb +++ b/Library/Formula/box2d.rb @@ -8,7 +8,6 @@ class Box2d < Formula depends_on 'cmake' => :build def install - # docs say build oos cd 'Build' do system "cmake -DBOX2D_INSTALL=ON -DBOX2D_BUILD_SHARED=ON #{std_cmake_parameters} .." system "make install" |
