Fix constant reference

This commit is contained in:
Jack Nagel 2013-06-14 11:09:23 -05:00
parent eee5a09202
commit a463398a8b

View File

@ -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