Fix clang 10 path
This commit is contained in:
parent
2e7798eb5f
commit
a279aa5713
@ -2,8 +2,8 @@
|
|||||||
# Debian 10+
|
# Debian 10+
|
||||||
REVISION="${REVISION:-1.0.0.0-SNAPSHOT}"
|
REVISION="${REVISION:-1.0.0.0-SNAPSHOT}"
|
||||||
|
|
||||||
export CC="ccache /usr/bin/clang"
|
export CC="ccache /usr/bin/clang-10"
|
||||||
export CXX="ccache /usr/bin/clang++"
|
export CXX="ccache /usr/bin/clang++-10"
|
||||||
export CXXFLAGS="-stdlib=libc++"
|
export CXXFLAGS="-stdlib=libc++"
|
||||||
|
|
||||||
# Create missing dirs
|
# Create missing dirs
|
||||||
|
Loading…
Reference in New Issue
Block a user