Debian: specify DEB_HOST_ARCHITECTURE for pybuild -L

This commit is contained in:
nick black 2020-02-09 07:35:53 -05:00
parent b56e597bb8
commit c2ea81f0ab
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

2
debian/rules vendored
View File

@ -14,7 +14,7 @@ override_dh_auto_configure:
override_dh_auto_build:
dh_auto_build
cd python && python3 setup.py build_ext -L../obj-x86_64-linux-gnu -I../include
cd python && python3 setup.py build_ext -L../obj-$(DEB_HOST_MULTIARCH) -I../include
cd python && python3 setup.py sdist
override_dh_auto_install: