]> git.pld-linux.org Git - packages/python3.git/commitdiff
- fix build on i686
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 23 Dec 2016 13:36:52 +0000 (14:36 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 23 Dec 2016 13:36:52 +0000 (14:36 +0100)
python3.spec

index cb8732f5abe78d8d9d7147656b25a772796e9698..4f828d5b7e1c7c04f0475c779a73cedc1fe5f85c 100644 (file)
@@ -18,7 +18,7 @@
 
 %define py_ver         3.6
 %define py_abi         %{py_ver}m
-%define        py_platform     %{py_abi}-%{_host_cpu}-%{_host_os}%{?_gnu}
+%define        py_platform     %{py_abi}-%{_target_base_arch}-%{_target_os}%{?_gnu}
 %define py_prefix      %{_prefix}
 %define py_libdir      %{py_prefix}/%{_lib}/python%{py_ver}
 %define py_incdir      %{_includedir}/python%{py_abi}
This page took 0.036281 seconds and 4 git commands to generate.