Skip to content

Commit

Permalink
Fix cfg logic on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 5, 2024
1 parent ad5e78a commit 6ce0812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/influxive-child-svc/src/download_binaries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ mod tgt {
),
all(
any(target_os = "macos", target_os = "ios", target_os = "tvos"),
target_arch = "x86_64"
any(target_arch = "x86_64", target_arch = "aarch64")
),
all(target_os = "windows", target_arch = "x86_64")
)))]
Expand Down

0 comments on commit 6ce0812

Please sign in to comment.