Skip to content

Commit b3940ce

Browse files
Update Make.inc
Co-Authored-By: staticfloat <[email protected]>
1 parent 8a20b5d commit b3940ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Make.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ $(foreach proj,$(BB_PROJECTS),$(eval $(call SET_BB_DEFAULT,$(proj))))
956956

957957
# Some special restrictions on BB usage:
958958
ifneq ($(USE_SYSTEM_BLAS),0)
959-
# Since the names don't line up (`BLAS` vs. `OPENBLA`), manually gate:
959+
# Since the names don't line up (`BLAS` vs. `OPENBLAS`), manually gate:
960960
USE_BINARYBUILDER_OPENBLAS := 0
961961
# Disable BB SuiteSparse if we're using system BLAS
962962
USE_BINARYBUILDER_SUITESPARSE := 0

0 commit comments

Comments
 (0)