build : fix OpenBLAS detection under Arch Linux (#1173)

This commit is contained in:
Marcin Mielniczuk
2023-08-25 18:26:34 +02:00
committed by GitHub
parent 8ce20f0f3d
commit 66f2078878
2 changed files with 2 additions and 1 deletions

View File

@@ -139,7 +139,7 @@ endif
endif
ifdef WHISPER_OPENBLAS
CFLAGS += -DGGML_USE_OPENBLAS -I/usr/local/include/openblas
CFLAGS += -DGGML_USE_OPENBLAS -I/usr/local/include/openblas -I/usr/include/openblas
LDFLAGS += -lopenblas
endif