]> git.pld-linux.org Git - packages/python-pyatspi.git/commitdiff
- fix building on x32
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 6 Mar 2021 18:17:28 +0000 (19:17 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 6 Mar 2021 18:17:28 +0000 (19:17 +0100)
python-pyatspi.spec

index bf4665c7d8188175ac9d43de5bfce55124ab9344..fc1920a78f805eca3810cdd7dc59623a26378b42 100644 (file)
@@ -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 ..
This page took 0.237275 seconds and 4 git commands to generate.