Skip to content

Commit f8d986b

Browse files
committed
disable building tools post upstream reorganization
* ggml-org/llama.cpp#13249
1 parent b0839c3 commit f8d986b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llama-cpp-sys-2/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ fn main() {
268268
config.define("LLAMA_BUILD_TESTS", "OFF");
269269
config.define("LLAMA_BUILD_EXAMPLES", "OFF");
270270
config.define("LLAMA_BUILD_SERVER", "OFF");
271+
config.define("LLAMA_BUILD_TOOLS", "OFF");
271272
config.define("LLAMA_CURL", "OFF");
272273

273274
config.define(

0 commit comments

Comments
 (0)