1
0
Fork 0
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:
Brian Fiete 2022-02-08 10:38:02 -08:00
parent 7a2d621264
commit 1210fb7142
5 changed files with 32 additions and 29 deletions

View file

@ -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