build_odin.sh: fix typo introduced in detection of llvm-config-11-64

appeared in b22d71a74e
This commit is contained in:
Meghan
2023-04-12 12:18:11 -07:00
committed by GitHub
parent 073f51e284
commit 1bf4a6f711

View File

@@ -95,7 +95,7 @@ config_linux() {
LLVM_CONFIG=llvm-config
elif [ -x "$(command -v llvm-config-11)" ]; then
LLVM_CONFIG=llvm-config-11
elif [ -x "$(command -v llvm-config-11-16)" ]; then
elif [ -x "$(command -v llvm-config-11-64)" ]; then
LLVM_CONFIG=llvm-config-11-64
elif [ -x "$(command -v llvm-config-14)" ]; then
LLVM_CONFIG=llvm-config-14