Update Package.swift

Co-authored-by: Jed Fox <git@jedfox.com>
This commit is contained in:
Andrew Duffy 2023-04-05 09:36:28 +01:00 committed by GitHub
parent 0349d03134
commit 3415e292b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")
]