mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Fix another constant reference
This commit is contained in:
parent
a463398a8b
commit
5539c97191
@ -389,10 +389,10 @@ class << ENV
|
|||||||
removed
|
removed
|
||||||
end
|
end
|
||||||
def append_to_cflags newflags
|
def append_to_cflags newflags
|
||||||
append(CC_FLAG_VARS, newflags)
|
append(HomebrewEnvExtension::CC_FLAG_VARS, newflags)
|
||||||
end
|
end
|
||||||
def remove_from_cflags val
|
def remove_from_cflags val
|
||||||
remove CC_FLAG_VARS, val
|
remove HomebrewEnvExtension::CC_FLAG_VARS, val
|
||||||
end
|
end
|
||||||
def append keys, value, separator = ' '
|
def append keys, value, separator = ' '
|
||||||
value = value.to_s
|
value = value.to_s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user