[neon/kde/spectacle/Neon/release_jammy] debian: ' not "

Carlos De Maine null at kde.org
Wed Jun 5 15:58:18 BST 2024


Git commit dfcac920ede3f4f323396ee0ae726b6d8f07a3bc by Carlos De Maine.
Committed on 05/06/2024 at 14:58.
Pushed by carlosdem into branch 'Neon/release_jammy'.

' not "

M  +3    -3    debian/rules

https://invent.kde.org/neon/kde/spectacle/-/commit/dfcac920ede3f4f323396ee0ae726b6d8f07a3bc

diff --git a/debian/rules b/debian/rules
index 2b6faa7..a958c98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,9 @@
 
 export CC=/usr/bin/clang-15
 export CXX=/usr/bin/clang++-15
-export CXXFLAGS="-stdlib=libc++ -std=c++20"
-export LDXX="clang++ -stdlib=libc++" 
-export LDXXFLAGS="clang++ -stdlib=libc++" 
+export CXXFLAGS='-stdlib=libc++ -std=c++20'
+export LDXX='clang++ -stdlib=libc++'
+export LDXXFLAGS='clang++ -stdlib=libc++'
 
 
 %:


More information about the Neon-commits mailing list