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 24
24
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
25
25
26
26
% :
27
- dh $@ @ -v --buildsystem=cmake --builddirectory=.obj-$(DEB_HOST_GNU_TYPE )
27
+ dh $@ @ -v --buildsystem=cmake --parallel -- builddirectory=.obj-$(DEB_HOST_GNU_TYPE )
28
28
29
29
override_dh_auto_configure :
30
30
# 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)
27
27
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
28
28
29
29
% :
30
- dh $@ @ -v --buildsystem=cmake --builddirectory=.obj-$(DEB_HOST_GNU_TYPE )
30
+ dh $@ @ -v --buildsystem=cmake --parallel -- builddirectory=.obj-$(DEB_HOST_GNU_TYPE )
31
31
32
32
override_dh_auto_configure :
33
33
# 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