Skip to content

Commit

Permalink
chore: try target os
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 16, 2023
1 parent 3c521f4 commit 66d6632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ thiserror = "1.0.50"
[target.'cfg(windows)'.dependencies]
ort = { git = "https://github.com/pykeio/ort.git", rev = "9a631f1", default-features = true }

[target.'cfg(macos)'.dependencies]
[target.'cfg(target_os = "macos")'.dependencies]
ort = { git = "https://github.com/pykeio/ort.git", rev = "9a631f1", default-features = true }

[target.'cfg(linux)'.dependencies]
Expand Down

0 comments on commit 66d6632

Please sign in to comment.