From 8eaff5e0e320765c1ccfd175eb81ff2513836e5d Mon Sep 17 00:00:00 2001 From: Conrad Kreyling Date: Tue, 6 Feb 2024 09:16:04 -0500 Subject: [PATCH] Fix MacOS host platform test --- build/llvm/LLVM.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/llvm/LLVM.lua b/build/llvm/LLVM.lua index 8bd85267..3e5209e7 100644 --- a/build/llvm/LLVM.lua +++ b/build/llvm/LLVM.lua @@ -461,7 +461,7 @@ function build_llvm(llvm_build) .. ' ' .. options end end - if os.host() == "macos" then + if os.host() == "macosx" then local host_arch = unix_host_architecture() if host_arch ~= "arm64" then options = ""