mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
clang: add clang-cpp link
This commit is contained in:
parent
1cc3fda726
commit
c89482bf54
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ do_install() {
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ln -s /usr/bin/clang ${DESTDIR}/usr/bin/clang-cpp
|
||||||
|
|
||||||
# Remove llvm-config-host in cross builds.
|
# Remove llvm-config-host in cross builds.
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
rm -f ${DESTDIR}/usr/bin/llvm-config-host
|
rm -f ${DESTDIR}/usr/bin/llvm-config-host
|
||||||
|
|
Loading…
Add table
Reference in a new issue