Bug 1126248: Enable skia by testing CPU_ARCH, which is more narrowly defined than target_cpu. r=glandium,jrmuizel

This commit is contained in:
Kyle Huey 2015-02-11 11:09:16 -08:00
parent 7082ffe2b7
commit c36d278197

View File

@ -7961,8 +7961,8 @@ if test "${OS_TARGET}" = "WINNT" -o \
"${MOZ_WIDGET_TOOLKIT}" = "gonk" -o \
"${MOZ_WIDGET_TOOLKIT}" = "gtk2" -o \
"${MOZ_WIDGET_TOOLKIT}" = "gtk3"; then
case "${target_cpu}" in
i*86*|x86_64|arm)
case "${CPU_ARCH}" in
x86|x86_64|arm)
MOZ_ENABLE_SKIA=1
;;
*)