We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c275290 + be147a9 commit 3212885Copy full SHA for 3212885
1 file changed
Makefile.system
@@ -267,9 +267,10 @@ OBJCOPY = $(CROSS_SUFFIX)objcopy
267
OBJCONV = $(CROSS_SUFFIX)objconv
268
269
270
-# For detect fortran failed, only build BLAS.
+# When fortran support was either not detected or actively deselected, only build BLAS.
271
ifeq ($(NOFORTRAN), 1)
272
NO_LAPACK = 1
273
+override FEXTRALIB =
274
endif
275
276
#
0 commit comments