diff options
| author | Adam Vandenberg | 2012-10-21 13:09:04 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-21 13:24:05 -0700 |
| commit | f70457ef100e537941aa293545c320dbe92a5654 (patch) | |
| tree | 28e6ab704fab32a379aea6f80d6f3f27ee66aca1 /Library/Formula | |
| parent | 117b028903c35bb03ffc4c5efe71695dd99e4a54 (diff) | |
| download | homebrew-f70457ef100e537941aa293545c320dbe92a5654.tar.bz2 | |
sbcl: remove unused skip_clean
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sbcl.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb index c2402f440..1f49d0732 100644 --- a/Library/Formula/sbcl.rb +++ b/Library/Formula/sbcl.rb @@ -23,9 +23,6 @@ class Sbcl < Formula cause "Compilation fails with LLVM." end - skip_clean 'bin' - skip_clean 'lib' - option "32-bit" option "without-threads", "Build SBCL without support for native threads" option "with-ldb", "Include low-level debugger in the build" |
