Added LCXX_END_LIBS to calc
This commit is contained in:
parent
a826141bd8
commit
5262bc22a4
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ FORT = @F77@
|
|||
FORT_FLAGS = @FFLAGS@
|
||||
|
||||
# Fortran libraries
|
||||
FORT_LIBS = @LCXX_FLIBS@ @FLIBS@
|
||||
FORT_LIBS = @LCXX_FLIBS@ @LCXX_END_LIBS@ @FLIBS@
|
||||
|
||||
# the C++ compiler
|
||||
CXX = @CXX@
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ FORT = @F77@
|
|||
FORT_FLAGS = @FFLAGS@
|
||||
|
||||
# Fortran libraries
|
||||
FORT_LIBS = @LCXX_FLIBS@ @FLIBS@
|
||||
FORT_LIBS = @LCXX_FLIBS@ @FLIBS@ @LCXX_END_LIBS@
|
||||
|
||||
# the C++ compiler
|
||||
CXX = @CXX@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue