build-style meson: fix _MESON_CPU_FAMILY=ppc64le

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-11-27 11:14:10 +01:00
parent f055aac385
commit 0d23f73635
No known key found for this signature in database
GPG Key ID: DE55AD8DBEBB4EE8

View File

@ -24,7 +24,7 @@ do_patch() {
_MESON_CPU_FAMILY=x86 _MESON_CPU_FAMILY=x86
;; ;;
ppc64le*) ppc64le*)
_MESON_CPU_FAMILY=ppc64 _MESON_CPU_FAMILY=ppc64le
;; ;;
ppc64*) ppc64*)
_MESON_TARGET_ENDIAN=big _MESON_TARGET_ENDIAN=big