Skip to content
Snippets Groups Projects
Commit 5539c971 authored by Jack Nagel's avatar Jack Nagel
Browse files

Fix another constant reference

parent a463398a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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