build-style/meson: use correct endian on musl ppc64
This commit is contained in:
parent
2f206ef38c
commit
53b1190139
1 changed files with 2 additions and 2 deletions
|
@ -23,10 +23,10 @@ do_patch() {
|
|||
i686*)
|
||||
_MESON_CPU_FAMILY=x86
|
||||
;;
|
||||
ppc64le)
|
||||
ppc64le*)
|
||||
_MESON_CPU_FAMILY=ppc64
|
||||
;;
|
||||
ppc64)
|
||||
ppc64*)
|
||||
_MESON_TARGET_ENDIAN=big
|
||||
_MESON_CPU_FAMILY=ppc64
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue