We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ac64e commit 6fb223fCopy full SHA for 6fb223f
testcrate/build.rs
@@ -53,7 +53,7 @@ fn main() {
53
if (target.arch == "aarch64" && target.os == "linux")
54
|| target.arch == "arm"
55
|| target.arch == "powerpc"
56
- || target.arch == "powerpc64le"
+ || target.arch == "powerpc64"
57
|| target.arch == "powerpc64le"
58
|| target.arch == "i586"
59
|| target.os == "windows"
0 commit comments