mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
LLVM 13 Linux fixes
This commit is contained in:
parent
7a2d621264
commit
1210fb7142
5 changed files with 32 additions and 29 deletions
|
@ -20,7 +20,7 @@ if [ ! -f ../BeefySysLib/third_party/libffi/Makefile ]; then
|
|||
cd $SCRIPTPATH
|
||||
fi
|
||||
|
||||
if [ ! -d ../extern/llvm_linux_13_0_1/bin ]; then
|
||||
if [ ! -f ../extern/llvm_linux_13_0_1/_Done.txt ]; then
|
||||
echo Building LLVM...
|
||||
cd ../extern
|
||||
./llvm_build.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue