mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-19 00:50:30 +00:00
Move cosmo-clang to libexec
The cosmo-clang command shouldn't be in the bin/ folder of cosmocc. It's intended as an implementation detail of `cosmocc -mclang`. Fixes #1317
This commit is contained in:
parent
26663dea9c
commit
4e44517c9c
2 changed files with 5 additions and 5 deletions
|
@ -185,7 +185,7 @@ if [ ! -x bin/x86_64-linux-cosmo-gcc ]; then
|
|||
rm -f aarch64-gcc.zip
|
||||
rm -f x86_64-gcc.zip
|
||||
rm -f llvm.zip
|
||||
mv bin/clang-19 bin/cosmo-clang
|
||||
mv bin/clang-19 libexec/clang # use `cosmocc -mclang` instead
|
||||
fi
|
||||
rm -f bin/*-cpp
|
||||
rm -f bin/*-gcc-*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue