Skip to content

Commit 3835cbe

Browse files
authored
Merge pull request #724 from fellhorn/fix-common-minja-folder
Fix common/minja missing in cargo publish
2 parents 816d945 + ad9d48b commit 3835cbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llama-cpp-sys-2/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ include = [
1212
"build.rs",
1313
"/src",
1414

15-
"/llama.cpp/common/*.h",
16-
"/llama.cpp/common/*.hpp",
17-
"/llama.cpp/common/*.cpp",
15+
"/llama.cpp/common/**/*.h",
16+
"/llama.cpp/common/**/*.hpp",
17+
"/llama.cpp/common/**/*.cpp",
1818
"/llama.cpp/ggml/include/*.h",
1919
"/llama.cpp/ggml/src/*.h",
2020
"/llama.cpp/ggml/src/*.c",
@@ -88,4 +88,4 @@ vulkan = []
8888
native = []
8989
openmp = []
9090
# Only has an impact on Android.
91-
shared-stdcxx = []
91+
shared-stdcxx = []

0 commit comments

Comments
 (0)