From 556d0ff117cd9af91d32fa334105ffc35fb42799 Mon Sep 17 00:00:00 2001 From: Jack Morrison Date: Mon, 16 Sep 2013 14:23:19 -0400 Subject: bullet: install extra libraries Extra libraries were being compiled, but not installed. Closes #22589. Signed-off-by: Adam Vandenberg --- Library/Formula/bullet.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/bullet.rb b/Library/Formula/bullet.rb index cc781cf25..c688850c2 100644 --- a/Library/Formula/bullet.rb +++ b/Library/Formula/bullet.rb @@ -30,6 +30,7 @@ class Bullet < Formula args << "-DCMAKE_OSX_ARCHITECTURES='#{Hardware::CPU.universal_archs.as_cmake_arch_flags}" if build.universal? args << "-DBUILD_DEMOS=OFF" if not build.include? "build-demo" args << "-DBUILD_EXTRAS=OFF" if not build.include? "build-extra" + args << "-DINSTALL_EXTRA_LIBS=ON" if build.include? "build-extra" system "cmake", *args system "make" -- cgit v1.2.3