summaryrefslogtreecommitdiff
path: root/Package.swift
diff options
context:
space:
mode:
authorJared Van Bortel <jared@nomic.ai>2024-03-26 17:46:21 -0400
committerGitHub <noreply@github.com>2024-03-26 17:46:21 -0400
commit32c8486e1f0297393cb22ac0a0d26a6b17ad4d54 (patch)
treeaae4f945bf3355c009cb9643376439fcba5558d0 /Package.swift
parent557410b8f06380560155ac7fcb8316d71ddc9837 (diff)
wpm : portable unicode tolower (#6305)
Also use C locale for ispunct/isspace, and split unicode-data.cpp from unicode.cpp.
Diffstat (limited to 'Package.swift')
-rw-r--r--Package.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Package.swift b/Package.swift
index 4696ae5e..8b719586 100644
--- a/Package.swift
+++ b/Package.swift
@@ -32,6 +32,7 @@ let package = Package(
"ggml.c",
"llama.cpp",
"unicode.cpp",
+ "unicode-data.cpp",
"ggml-alloc.c",
"ggml-backend.c",
"ggml-quants.c",