Skip to content

Commit 6fb223f

Browse files
committed
Fix copy-paste error
1 parent 42ac64e commit 6fb223f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcrate/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fn main() {
5353
if (target.arch == "aarch64" && target.os == "linux")
5454
|| target.arch == "arm"
5555
|| target.arch == "powerpc"
56-
|| target.arch == "powerpc64le"
56+
|| target.arch == "powerpc64"
5757
|| target.arch == "powerpc64le"
5858
|| target.arch == "i586"
5959
|| target.os == "windows"

0 commit comments

Comments
 (0)