aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/fuse4x-kext.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/fuse4x-kext.rb b/Library/Formula/fuse4x-kext.rb
index 52be6e23a..4390f0ee7 100644
--- a/Library/Formula/fuse4x-kext.rb
+++ b/Library/Formula/fuse4x-kext.rb
@@ -10,6 +10,13 @@ class Fuse4xKext < Formula
md5 'd9139a55157427a3f9985a8e1f79e23b'
version "0.9.1"
+ bottle do
+ # Bottle provided for Lion since the Command Line Tools cannot compile
+ # things that use `xcodebuild`. Actual compilation takes ~10 seconds so
+ # there is no need to bottle this for earlier systems.
+ sha1 '2bc7b00c52823ea7efd8e09fb340f1701801baca' => :lion
+ end
+
def install
ENV.delete('CC')
ENV.delete('CXX')