From 88d1ec45d45879b6b4730ed12d64631246449144 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 6 Mar 2021 19:17:28 +0100 Subject: [PATCH] - fix building on x32 --- python-pyatspi.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-pyatspi.spec b/python-pyatspi.spec index bf4665c..fc1920a 100644 --- a/python-pyatspi.spec +++ b/python-pyatspi.spec @@ -66,8 +66,8 @@ Ten pakiet dostarcza wiązania AT-SPI dla Pythona 3. mkdir -p py3 cd py3 ../%configure \ - --host=%{_host} \ - --build=%{_build} \ + --host=%{_host_alias} \ + --build=%{_build_alias} \ --with-python="%{__python3}" %{__make} cd .. @@ -77,8 +77,8 @@ cd .. mkdir -p py2 cd py2 ../%configure \ - --host=%{_host} \ - --build=%{_build} \ + --host=%{_host_alias} \ + --build=%{_build_alias} \ --with-python="%{__python}" %{__make} cd .. -- 2.44.0