Debian: specify DEB_HOST_ARCHITECTURE for pybuild -L

pull/344/head
nick black 5 years ago
parent b56e597bb8
commit c2ea81f0ab
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

2
debian/rules vendored

@ -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:

Loading…
Cancel
Save