Fix build on s390x

This commit is contained in:
Ondrej Holy 2018-05-10 12:53:18 +02:00
parent 9600c6058e
commit e2704f7ea4

View File

@ -209,7 +209,12 @@ the functionality of the installed gvfs package.
%setup -q
%build
%ifarch s390 s390x
%meson -Dinstalled_tests=true -Dman=true -Dafc=false
%else
%meson -Dinstalled_tests=true -Dman=true
%endif
%meson_build
%install