[neon/mobile/angelfish/Neon/unstable] debian: use gcc 10 for c++20 happyness
Jonathan Riddell
null at kde.org
Thu Oct 28 16:14:29 BST 2021
Git commit 983845083b6f3a6af12266466c3850b5c6b9501a by Jonathan Riddell.
Committed on 28/10/2021 at 15:14.
Pushed by jriddell into branch 'Neon/unstable'.
use gcc 10 for c++20 happyness
M +1 -1 debian/rules
https://invent.kde.org/neon/mobile/angelfish/commit/983845083b6f3a6af12266466c3850b5c6b9501a
diff --git a/debian/rules b/debian/rules
index 30d9bea..49a4a17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
export CC=gcc-10
-export CXX=gxx-10
+export CXX=g++-10
%:
dh $@
More information about the Neon-commits
mailing list