Browse Source

fix another source of NO_CBLAS=0 surprise

tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
fee361ae64
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      interface/Makefile

+ 1
- 1
interface/Makefile View File

@@ -367,7 +367,7 @@ CZBLAS3OBJS += cblas_zgemm3m.$(SUFFIX)
endif


ifndef NO_CBLAS
ifneq ($(NO_CBLAS), 1)

override CFLAGS += -I.



Loading…
Cancel
Save