Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Jul 8, 2024
1 parent 9b3746f commit b263777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yen-rs/src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl MachineSuffix {
}

const FALLBACK_RESPONSE_BYTES: &[u8] = include_bytes!("../../src/yen/fallback_release_data.json");
#[cfg(all(target_os = "linux", target_arch = "x86"))]
#[cfg(all(target_os = "linux", any(target_arch = "x86", target_arch = "x86_64")))]
const LINUX_I686_RESPONSE_BYTES: &[u8] = include_bytes!("../../src/yen/linux_i686_release.json");

#[allow(unused_variables)]
Expand Down

0 comments on commit b263777

Please sign in to comment.