swift : add missing c file to Package.swift (#2978)

This commit is contained in:
kchro3 2023-09-02 22:27:25 -07:00 committed by GitHub
parent bc054af97a
commit 2753415afd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ let package = Package(
name: "llama",
path: ".",
exclude: ["ggml-metal.metal"],
sources: ["ggml.c", "llama.cpp"],
sources: ["ggml.c", "llama.cpp", "ggml-alloc.c"],
publicHeadersPath: "spm-headers",
cSettings: [.unsafeFlags(["-Wno-shorten-64-to-32"]), .define("GGML_USE_ACCELERATE")],
linkerSettings: [