Codebase list crossguid / 60a07f4
Fix FTCBFS: Use a triplet-prefixed CXX Closes: #878366 Helmut Grohne authored 5 years ago Balint Reczey committed 5 years ago
1 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
1
2 include /usr/share/dpkg/architecture.mk
3 ifeq ($(origin CXX),default)
4 CXX := $(DEB_HOST_GNU_TYPE)-g++
5 endif
16
27 INSTDIRS = debian/tmp/usr/include debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)
38