Skip to content

Commit eae1f11

Browse files
committed
Remove unnecessary flags
1 parent 8c61f58 commit eae1f11

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llama-cpp-sys-2/build.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ fn main() {
6565
llama_cpp.define("ACCELERATE_LAPACK_ILP64", None);
6666
println!("cargo:rustc-link-arg=framework=Accelerate");
6767

68-
// MK_LDFLAGS += -framework Foundation -framework Metal -framework MetalKit
69-
// https://github.com/ggerganov/llama.cpp/blob/3c0d25c4756742ebf15ad44700fabc0700c638bd/Makefile#L509-L511
70-
println!("cargo:rustc-link-arg=framework=Foundation");
71-
println!("cargo:rustc-link-arg=framework=Metal");
72-
println!("cargo:rustc-link-arg=framework=MetalKit");
73-
7468
metal_hack(&mut ggml);
7569
ggml.include("./llama.cpp/ggml-metal.h");
7670
}

0 commit comments

Comments
 (0)