Skip to content

Commit

Permalink
Updated Cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Oct 15, 2023
1 parent df1feaf commit 4b6ea1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ features = ["codec-aom"]
default-features = false
optional = true

# Because libjxl cant be build with x86_64 macos jet
[target.'cfg(not(all(target_os = "macos", target_arch = "x86_64")))'.dependencies.jpegxl-rs]
# Because libjxl cant be build on x86_64 macos and msvc targets
[target.'cfg(not(any(all(target_os = "macos", target_arch = "x86_64"), target_env = "msvc")))'.dependencies.jpegxl-rs]
version = "0.8.2+libjxl-0.8.2"
default-features = false
features = ["vendored"]
optional = true

[target.'cfg(all(target_os = "macos", target_arch = "x86_64"))'.dependencies.jpegxl-rs]
[target.'cfg(any(all(target_os = "macos", target_arch = "x86_64"), target_env = "msvc"))'.dependencies.jpegxl-rs]
version = "0.8.2+libjxl-0.8.2"
default-features = false
optional = true
Expand Down

0 comments on commit 4b6ea1d

Please sign in to comment.