diff options
-rw-r--r-- | common.mk | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -CXX=clang++-14 +CXX=clang++ ifeq ($(shell which $(CXX)),) CXX=clang++-13 diff --git a/debian/control b/debian/control index 3fd6d1f..c2aec99 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libreichwein Section: devel Priority: optional Maintainer: Roland Reichwein <mail@reichwein.it> -Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, googletest, gcovr, libfmt-dev, libclang-rt-14-dev +Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, googletest, gcovr, libfmt-dev, libclang-rt-dev | libclang-rt-14-dev Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/libreichwein/ |