From a2385da59c91644cf0c2dd235898bcbf407d72e1 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 8 Nov 2024 13:46:20 +0200 Subject: [PATCH] make : clean-up [no ci] --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 07f98f003..b9131eae5 100644 --- a/Makefile +++ b/Makefile @@ -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