diff options
| author | Jack Nagel | 2014-08-10 21:45:24 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-08-10 21:45:24 -0500 | 
| commit | 52789374ddf73def688825dc22679de09af7d7b5 (patch) | |
| tree | 51f100c39571c3b9a73cfef4290809c3f65292a7 /Library/Homebrew/build_options.rb | |
| parent | e38cfd4f9843b7d355bf66b71d812093258478dd (diff) | |
| download | homebrew-52789374ddf73def688825dc22679de09af7d7b5.tar.bz2 | |
Disconnect defined options from the build object
Diffstat (limited to 'Library/Homebrew/build_options.rb')
| -rw-r--r-- | Library/Homebrew/build_options.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/build_options.rb b/Library/Homebrew/build_options.rb index b04c9dc1d..a50aa21c1 100644 --- a/Library/Homebrew/build_options.rb +++ b/Library/Homebrew/build_options.rb @@ -1,7 +1,5 @@  require 'options' -# This class holds the build-time options defined for a Formula, -# and provides named access to those options during install.  class BuildOptions    include Enumerable  | 
