Skip to content

Commit 93d064a

Browse files
committed
disable vulkan on ios builds
1 parent a597fb0 commit 93d064a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nobodywho/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ serde_json = "1.0.140"
2222
gbnf = "0.2.5"
2323
rand = "0.9.2"
2424

25-
[target.'cfg(all(not(target_os = "macos"), not(target_os = "android")))'.dependencies]
25+
[target.'cfg(all(not(target_os = "macos"), not(target_os = "ios"), not(target_os = "android")))'.dependencies]
2626
llama-cpp-2 = { git = "https://github.com/utilityai/llama-cpp-rs", branch = "update-llama-cpp-2025-10-15", features = ["vulkan"] }
2727
llama-cpp-sys-2 = { git = "https://github.com/utilityai/llama-cpp-rs", branch = "update-llama-cpp-2025-10-15", features = ["vulkan"] }

0 commit comments

Comments
 (0)