make : clean-up [no ci]

This commit is contained in:
Georgi Gerganov 2024-11-08 13:46:20 +02:00
parent b89e71b195
commit a2385da59c
No known key found for this signature in database
GPG Key ID: BF970631944C16B7

View File

@ -876,7 +876,6 @@ endif # GGML_HIPBLAS
ifdef GGML_METAL
MK_CPPFLAGS += -DGGML_USE_METAL
MK_LDFLAGS += -framework Foundation -framework Metal -framework MetalKit
OBJ_GGML += ggml/src/ggml-metal.o
ifdef GGML_METAL_NDEBUG