Module: BuildEnvironment::DSL Private
- Included in:
- Formula, Requirement
- Defined in:
- Library/Homebrew/build_environment.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
DSL for specifying build environment settings.
Instance Method Summary collapse
- #env(*settings) ⇒ Object private
Instance Method Details
#env(*settings) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
32 33 34 35 |
# File 'Library/Homebrew/build_environment.rb', line 32 def env(*settings) @env ||= BuildEnvironment.new @env.merge(settings) end |