Swap from exclusions to allowlist

jed/spm
Jed Fox 3 years ago
parent 927bc26e03
commit d6aa749ccf
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1

@ -11,7 +11,7 @@ let package = Package(
.target(
name: "llama",
path: ".",
exclude: ["main.cpp", "tests", "quantize.cpp"],
sources: ["ggml.c", "llama.cpp"],
publicHeadersPath: "spm-headers",
cSettings: [.unsafeFlags(["-Wno-shorten-64-to-32"])]
),

Loading…
Cancel
Save