Fix another constant reference

This commit is contained in:
Jack Nagel 2013-06-14 11:48:48 -05:00
parent a463398a8b
commit 5539c97191

View File

@ -389,10 +389,10 @@ class << ENV
removed
end
def append_to_cflags newflags
append(CC_FLAG_VARS, newflags)
append(HomebrewEnvExtension::CC_FLAG_VARS, newflags)
end
def remove_from_cflags val
remove CC_FLAG_VARS, val
remove HomebrewEnvExtension::CC_FLAG_VARS, val
end
def append keys, value, separator = ' '
value = value.to_s