We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 816d945 + ad9d48b commit 3835cbeCopy full SHA for 3835cbe
llama-cpp-sys-2/Cargo.toml
@@ -12,9 +12,9 @@ include = [
12
"build.rs",
13
"/src",
14
15
- "/llama.cpp/common/*.h",
16
- "/llama.cpp/common/*.hpp",
17
- "/llama.cpp/common/*.cpp",
+ "/llama.cpp/common/**/*.h",
+ "/llama.cpp/common/**/*.hpp",
+ "/llama.cpp/common/**/*.cpp",
18
"/llama.cpp/ggml/include/*.h",
19
"/llama.cpp/ggml/src/*.h",
20
"/llama.cpp/ggml/src/*.c",
@@ -88,4 +88,4 @@ vulkan = []
88
native = []
89
openmp = []
90
# Only has an impact on Android.
91
-shared-stdcxx = []
+shared-stdcxx = []
0 commit comments