Explorar o código

more build tweaks?

Colin Davidson %!s(int64=3) %!d(string=hai) anos
pai
achega
1306c53fb1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      build_odin.sh

+ 1 - 0
build_odin.sh

@@ -62,6 +62,7 @@ config_linux() {
 
 	MIN_LLVM_VERSION=("11.1.0")
 	if [ $(version $($LLVM_CONFIG --version)) -lt $(version $MIN_LLVM_VERSION) ]; then
+		echo "Tried to use " $(which $LLVM_CONFIG) "version" $($LLVM_CONFIG --version)
 		panic "Requirement: llvm-config must be base version greater than 11"
 	fi