Commit 96662c2a authored by OPNA2608's avatar OPNA2608 Committed by Alyssa Ross
Browse files

build-support/meson: Correct cpu_family values for POWER

Endianness is not included in the value.
parent 32a3cd45
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11,6 +11,10 @@ let
      "arm"
    else if isx86_32 then
      "x86"
    else if isPower64 then
      "ppc64"
    else if isPower then
      "ppc"
    else
      platform.uname.processor;