mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
Debian: specify DEB_HOST_ARCHITECTURE for pybuild -L
This commit is contained in:
parent
b56e597bb8
commit
c2ea81f0ab
2
debian/rules
vendored
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…
Reference in New Issue
Block a user