Skip to content

Commit 85cd819

Browse files
committed
wip: fix endian-ness for s390x
1 parent 512db6c commit 85cd819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.docker/install-static-libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ for target_arch in ${TARGET_ARCH_STR//,/ }; do
251251

252252
endian="little"
253253
case "$CARCH" in
254-
powerpc|powerpc64)
254+
s390x|powerpc|powerpc64)
255255
endian="big"
256256
;;
257257
esac

0 commit comments

Comments
 (0)