Fix typo that could clear EXTRALIB settings

This commit is contained in:
Martin Kroeker
2023-02-02 10:43:44 +01:00
committed by GitHub
parent 7e97dddbf9
commit afff3f5510
+1 -1
View File
@@ -46,7 +46,7 @@ if (${F_COMPILER} STREQUAL "GFORTRAN")
set(FCOMMON_OPT "${FCOMMON_OPT} -fno-optimize-sibling-calls")
#Don't include -lgfortran, when NO_LAPACK=1 or lsbcc
if (NOT NO_LAPACK)
set(EXTRALIB "{EXTRALIB} -lgfortran")
set(EXTRALIB "${EXTRALIB} -lgfortran")
endif ()
if (NO_BINARY_MODE)
if (MIPS64)