aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/box2d.rb
diff options
context:
space:
mode:
authorJack Nagel2012-09-13 14:09:53 -0500
committerJack Nagel2012-09-13 14:11:45 -0500
commit3b3b54f06bc55adbfe8e2d35b1ea7d0607485f1e (patch)
tree18d5bc68e93edbbfa595d502259512bc871ffb68 /Library/Formula/box2d.rb
parent73f9ea5e688c592da50b638bf722334a66877434 (diff)
downloadhomebrew-3b3b54f06bc55adbfe8e2d35b1ea7d0607485f1e.tar.bz2
box2d: disable examples
The examples require extra libraries, and aren't even part of the final installation. Fixes #14756. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/box2d.rb')
-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