[neon/kde/spectacle/Neon/release_jammy] debian: iterate
Carlos De Maine
null at kde.org
Wed Jun 5 22:35:25 BST 2024
Git commit 57050f3d31572b8b1c7af2e338d6261e73b79a71 by Carlos De Maine.
Committed on 05/06/2024 at 21:35.
Pushed by carlosdem into branch 'Neon/release_jammy'.
iterate
M +4 -4 debian/rules
https://invent.kde.org/neon/kde/spectacle/-/commit/57050f3d31572b8b1c7af2e338d6261e73b79a71
diff --git a/debian/rules b/debian/rules
index f1433ae..becd2b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,10 @@
# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
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 "CXX=/usr/bin/clang++-15 -stdlib=libc++ -std=c++20"
+export CXXFLAGS=
+export LDXX='/usr/bin/clang++-15 -stdlib=libc++'
+export LDXXFLAGS='/usr/bin/clang++-15 -stdlib=libc++'
%:
More information about the Neon-commits
mailing list