clang: modified to provide cc(1)

This commit is contained in:
Emma Tebibyte 2024-01-30 19:39:42 -07:00
parent 588ef56f01
commit 9a558e8ec8
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -19,6 +19,8 @@ cmake -B build \
cmake --build build
cmake --install build
ln -sf clang "$1/usr/bin/cc"
# Fix up libexec location. This can't be done during
# the configure stage of the build as it is hardcoded.
{