Add Accelerate framework dependency from Swift in this test.
This commit is contained in:
parent
53dbba7695
commit
0349d03134
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ let package = Package(
|
|||
path: ".",
|
||||
sources: ["ggml.c", "llama.cpp"],
|
||||
publicHeadersPath: "spm-headers",
|
||||
cSettings: [.unsafeFlags(["-Wno-shorten-64-to-32"])]
|
||||
cSettings: [.unsafeFlags(["-Wno-shorten-64-to-32", "-DGGML_USE_ACCELERATE"])],
|
||||
linkerSettings: [
|
||||
.linkedFramework("Accelerate")
|
||||
]
|
||||
),
|
||||
],
|
||||
cxxLanguageStandard: .cxx11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue