Skip to content

Commit

Permalink
fix: fix missing link
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Oct 4, 2024
1 parent 64150f6 commit 0516fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ fn main() {
// XNNPACK
if link_lib(&lib_path, "xnnpack_backend", true).is_ok() {
assert!(link_lib(&lib_path, "XNNPACK", false).is_ok());
let _ = link_lib(&lib_path, "microkernels-prod", false);
}

// Vulkan
Expand Down

0 comments on commit 0516fd5

Please sign in to comment.