1
0
Fork 0

Letting dpkg's buildtools.mk initialize CXX, thanks to Helmut Grohne <helmut@subdivi.de>.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 05:59:09 +01:00
parent c5d248bddc
commit b0ee55d00e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

6
debian/rules vendored
View file

@ -1,10 +1,6 @@
#!/usr/bin/make -f
include /usr/share/dpkg/architecture.mk
ifeq ($(origin CXX),default)
CXX := $(DEB_HOST_GNU_TYPE)-g++
endif
include /usr/share/dpkg/buildtools.mk
%:
dh ${@}