Browse Source

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
apg360 4 years ago
parent
commit
60a93d2d5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/build.sh

+ 1 - 1
bin/build.sh

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