File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
bloom/generators/debian/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
2525
2626% :
27- dh $@ @ -v --buildsystem=cmake --builddirectory=.obj-$(DEB_HOST_GNU_TYPE )
27+ dh $@ @ -v --buildsystem=cmake --parallel -- builddirectory=.obj-$(DEB_HOST_GNU_TYPE )
2828
2929override_dh_auto_configure :
3030 # In case we're installing to a non-standard location, look for a setup.sh
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
2727DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
2828
2929% :
30- dh $@ @ -v --buildsystem=cmake --builddirectory=.obj-$(DEB_HOST_GNU_TYPE )
30+ dh $@ @ -v --buildsystem=cmake --parallel -- builddirectory=.obj-$(DEB_HOST_GNU_TYPE )
3131
3232override_dh_auto_configure :
3333 # In case we're installing to a non-standard location, look for a setup.sh
You can’t perform that action at this time.
0 commit comments