Ignore metal file in spm
This commit is contained in:
parent
74a6d922f1
commit
a28c5f95f7
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ let package = Package(
|
|||
.target(
|
||||
name: "llama",
|
||||
path: ".",
|
||||
exclude: ["ggml-metal.metal"],
|
||||
sources: ["ggml.c", "llama.cpp"],
|
||||
publicHeadersPath: "spm-headers",
|
||||
cSettings: [.unsafeFlags(["-Wno-shorten-64-to-32"]), .define("GGML_USE_ACCELERATE")],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue