From 3b3b54f06bc55adbfe8e2d35b1ea7d0607485f1e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 13 Sep 2012 14:09:53 -0500 Subject: box2d: disable examples The examples require extra libraries, and aren't even part of the final installation. Fixes #14756. Signed-off-by: Jack Nagel --- Library/Formula/box2d.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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 -- cgit v1.2.3