Fix clang 10 path

This commit is contained in:
Andrea Cavalli 2023-05-07 15:18:21 +02:00
parent 2e7798eb5f
commit a279aa5713
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# Debian 10+
REVISION="${REVISION:-1.0.0.0-SNAPSHOT}"
export CC="ccache /usr/bin/clang"
export CXX="ccache /usr/bin/clang++"
export CC="ccache /usr/bin/clang-10"
export CXX="ccache /usr/bin/clang++-10"
export CXXFLAGS="-stdlib=libc++"
# Create missing dirs