Skip to content

Commit

Permalink
Add opt_frameworks helper
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Jun 18, 2015
1 parent 38974ed commit 44feb5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ def opt_lib; opt_prefix+'lib' end
def opt_libexec; opt_prefix+'libexec' end
def opt_sbin; opt_prefix+'sbin' end
def opt_share; opt_prefix+'share' end
def opt_frameworks; opt_prefix+'Frameworks' end

# Can be overridden to selectively disable bottles from formulae.
# Defaults to true so overridden version does not have to check if bottles
Expand Down

0 comments on commit 44feb5b

Please sign in to comment.