Skip to content
Snippets Groups Projects
Commit 9752fc93 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Add ENV.cppflags shortcut

parent 8934fdbe
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,7 @@ module HomebrewEnvExtension
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment