ENV.rb: Fix typo in Fortran environment variables
`FFFLAGS` should be `FFLAGS`.
This commit is contained in:
parent
75a7c33e6a
commit
399d73e100
@ -158,7 +158,7 @@ module HomebrewEnvExtension
|
|||||||
|
|
||||||
if ARGV.include? '--default-fortran-flags'
|
if ARGV.include? '--default-fortran-flags'
|
||||||
self['FCFLAGS'] = self['CFLAGS'] unless self['FCFLAGS']
|
self['FCFLAGS'] = self['CFLAGS'] unless self['FCFLAGS']
|
||||||
self['FFFLAGS'] = self['CFLAGS'] unless self['FFFLAGS']
|
self['FFLAGS'] = self['CFLAGS'] unless self['FFLAGS']
|
||||||
elsif not self['FCFLAGS'] or self['FFLAGS']
|
elsif not self['FCFLAGS'] or self['FFLAGS']
|
||||||
opoo <<-EOS
|
opoo <<-EOS
|
||||||
No Fortran optimization information was provided. You may want to consider
|
No Fortran optimization information was provided. You may want to consider
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user