Rename variable

Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
DaniAndTheWeb 2023-05-05 22:52:49 +02:00 committed by GitHub
parent c0a86cc556
commit 471624b464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ ifndef LLAMA_NO_ACCELERATE
endif
ifdef LLAMA_OPENBLAS
CFLAGS += -DGGML_USE_OPENBLAS -I/usr/local/include/openblas
LDFLAGS += -lopenblas $(ARCH_ADD)
LDFLAGS += -lopenblas $(LDFLAGS_EXTRA)
endif
ifdef LLAMA_CUBLAS
CFLAGS += -DGGML_USE_CUBLAS -I/usr/local/cuda/include -I/opt/cuda/include -I$(CUDA_PATH)/targets/x86_64-linux/include