Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
box2d: disable examples
Browse files Browse the repository at this point in the history
The examples require extra libraries, and aren't even part of the final
installation.

Fixes #14756.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Sep 13, 2012
1 parent 73f9ea5 commit 3b3b54f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/box2d.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def install
system "cmake", "..",
"-DBOX2D_INSTALL=ON",
"-DBOX2D_BUILD_SHARED=ON",
"-DBOX2D_BUILD_EXAMPLES=OFF",
*std_cmake_args
system "make install"
end
Expand Down

0 comments on commit 3b3b54f

Please sign in to comment.