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-17 21:15:18 +01:00
parent 68f8c54f95
commit 0a664f09bb
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

5
debian/rules vendored
View file

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