aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild_odin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_odin.sh b/build_odin.sh
index dc6434e19..11d098952 100755
--- a/build_odin.sh
+++ b/build_odin.sh
@@ -60,7 +60,7 @@ config_linux() {
panic "Unable to find LLVM-config"
fi
- MIN_LLVM_VERSION=("11.1.0")
+ MIN_LLVM_VERSION=("11.0.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"