Skip to content

Commit

Permalink
Fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Aug 12, 2024
1 parent 42ac64e commit 6fb223f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcrate/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fn main() {
if (target.arch == "aarch64" && target.os == "linux")
|| target.arch == "arm"
|| target.arch == "powerpc"
|| target.arch == "powerpc64le"
|| target.arch == "powerpc64"
|| target.arch == "powerpc64le"
|| target.arch == "i586"
|| target.os == "windows"
Expand Down

0 comments on commit 6fb223f

Please sign in to comment.