mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Fix constant reference
This commit is contained in:
parent
eee5a09202
commit
a463398a8b
@ -484,8 +484,8 @@ class << ENV
|
|||||||
self['FC'] = which 'gfortran'
|
self['FC'] = which 'gfortran'
|
||||||
self['F77'] = self['FC']
|
self['F77'] = self['FC']
|
||||||
|
|
||||||
FC_FLAG_VARS.each {|key| self[key] = cflags}
|
HomebrewEnvExtension::FC_FLAG_VARS.each {|key| self[key] = cflags}
|
||||||
set_cpu_flags(FC_FLAG_VARS)
|
set_cpu_flags(HomebrewEnvExtension::FC_FLAG_VARS)
|
||||||
else
|
else
|
||||||
onoe <<-EOS
|
onoe <<-EOS
|
||||||
This formula requires a fortran compiler, but we could not find one by
|
This formula requires a fortran compiler, but we could not find one by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user