[neon/kde/spectacle/Neon/release_jammy] debian: export some more env vars
Carlos De Maine
null at kde.org
Wed Jun 5 13:16:37 BST 2024
Git commit d85f13f9b5a40700c3b3752654ca8ddaf1f4908a by Carlos De Maine.
Committed on 05/06/2024 at 12:16.
Pushed by carlosdem into branch 'Neon/release_jammy'.
export some more env vars
M +2 -0 debian/rules
https://invent.kde.org/neon/kde/spectacle/-/commit/d85f13f9b5a40700c3b3752654ca8ddaf1f4908a
diff --git a/debian/rules b/debian/rules
index b096ab3..6e16319 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
# SPDX-License-Identifier: LGPL-2.0-or-later
# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+export CC=/usr/bin/clang-15
+export CXX=/usr/bin/clang++-15
export CMAKE_C_COMPILER=clang-15
export CMAKE_CXX_COMPILER=clang++-15
More information about the Neon-commits
mailing list