Skip to content

Commit

Permalink
Add ENV.cppflags shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Jan 22, 2011
1 parent 2ac9366 commit e865306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/extend/ENV.rb
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def ncurses_define
def cc; self['CC'] or "gcc"; end
def cxx; self['CXX'] or "g++"; end
def cflags; self['CFLAGS']; end
def cppflags;self['CPPLAGS']; end
def ldflags; self['LDFLAGS']; end
def m64
Expand Down

0 comments on commit e865306

Please sign in to comment.