Update Package.swift
Co-authored-by: Jed Fox <git@jedfox.com>
This commit is contained in:
parent
0349d03134
commit
3415e292b1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ let package = Package(
|
|||
path: ".",
|
||||
sources: ["ggml.c", "llama.cpp"],
|
||||
publicHeadersPath: "spm-headers",
|
||||
cSettings: [.unsafeFlags(["-Wno-shorten-64-to-32", "-DGGML_USE_ACCELERATE"])],
|
||||
cSettings: [.unsafeFlags(["-Wno-shorten-64-to-32"]), .define("GGML_USE_ACCELERATE")],
|
||||
linkerSettings: [
|
||||
.linkedFramework("Accelerate")
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue