mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 10:42:52 -06:00
clang: 13.0.0
This commit is contained in:
parent
ac075f64c1
commit
4e24c86ffb
@ -18,8 +18,10 @@ cmake --install build
|
|||||||
# Fix up libexec location. This can't be done during
|
# Fix up libexec location. This can't be done during
|
||||||
# the configure stage of the build as it is hardcoded.
|
# the configure stage of the build as it is hardcoded.
|
||||||
{
|
{
|
||||||
mv -f "$1/usr/libexec/ccc-analyzer" "$1/usr/lib/clang"
|
mv -f \
|
||||||
mv -f "$1/usr/libexec/c++-analyzer" "$1/usr/lib/clang"
|
"$1/usr/libexec/"*analyze* \
|
||||||
|
"$1/usr/libexec/"*intercept* \
|
||||||
|
"$1/usr/lib/clang"
|
||||||
|
|
||||||
rmdir "$1/usr/libexec"
|
rmdir "$1/usr/libexec"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
6e912133bcf56e9cfe6a346fa7e5c52c2cde3e4e48b7a6cc6fcc7c75047da45f
|
5d611cbb06cfb6626be46eb2f23d003b2b80f40182898daa54b1c4e8b5b9e17e
|
||||||
|
@ -1 +1 @@
|
|||||||
12.0.1 1
|
13.0.0 1
|
||||||
|
Loading…
Reference in New Issue
Block a user