Add missing equal sign (=) to setup instructions
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
988367d104
commit
ef4f2c9d45
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ Fortran-based brews should also specify environment variables for the Fortran
|
|||
compiler in the install section:
|
||||
|
||||
# Select the Fortran compiler to be used:
|
||||
ENV["FC"] = ENV["F77"] "\#{HOMEBREW_PREFIX}/bin/gfortran"
|
||||
ENV["FC"] = ENV["F77"] = "\#{HOMEBREW_PREFIX}/bin/gfortran"
|
||||
|
||||
# Set Fortran optimization flags:
|
||||
ENV["FFLAGS"] = ENV["FCFLAGS"] = ENV["CFLAGS"]
|
||||
|
|
Loading…
Reference in a new issue