From 1bf4a6f7115dbaa21e7395277a9bd849fe4850eb Mon Sep 17 00:00:00 2001 From: Meghan Date: Wed, 12 Apr 2023 12:18:11 -0700 Subject: [PATCH] build_odin.sh: fix typo introduced in detection of llvm-config-11-64 appeared in https://github.com/odin-lang/Odin/commit/b22d71a74e5cd9ad6f810a2a7d155523bb7c0782 --- build_odin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_odin.sh b/build_odin.sh index 8cb081b45..8f5ce0525 100755 --- a/build_odin.sh +++ b/build_odin.sh @@ -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