aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/box2d.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/box2d.rb b/Library/Formula/box2d.rb
index 31075560d..a730495f1 100644
--- a/Library/Formula/box2d.rb
+++ b/Library/Formula/box2d.rb
@@ -12,6 +12,7 @@ class Box2d < Formula
system "cmake", "..",
"-DBOX2D_INSTALL=ON",
"-DBOX2D_BUILD_SHARED=ON",
+ "-DBOX2D_BUILD_EXAMPLES=OFF",
*std_cmake_args
system "make install"
end