1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

build.sh check for llvm 8 instead of 11

It is fine in build.bat but not fine in build.sh.  
The script llvm_build.sh work with llvm 11 and not 8
This commit is contained in:
apg360 2020-11-22 16:18:46 +02:00 committed by GitHub
parent 637765d840
commit 60a93d2d5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ if [ ! -f ../BeefySysLib/third_party/libffi/Makefile ]; then
cd $SCRIPTPATH cd $SCRIPTPATH
fi fi
if [ ! -d ../extern/llvm_linux_8_0_0/bin ]; then if [ ! -d ../extern/llvm_linux_11_0_0/bin ]; then
echo Building LLVM... echo Building LLVM...
cd ../extern cd ../extern
./llvm_build.sh ./llvm_build.sh