summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 2e22b6b..3545212 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,9 @@ DEB_MAKE_CHECK_TARGET = check
VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/')
+export CC=gcc-9
+export CXX=g++-9
+
%:
dh $@