diff --git a/Makefile b/Makefile index 5020b4109d6..e85f338ed23 100644 --- a/Makefile +++ b/Makefile @@ -291,7 +291,7 @@ ifeq ($(BLAS), mkl) BLAS_LIB ?= $(MKL_DIR)/lib $(MKL_DIR)/lib/intel64 else ifeq ($(BLAS), open) # OpenBLAS - LIBRARIES += blas + LIBRARIES += openblas else # ATLAS ifeq ($(LINUX), 1)