Browse Source

Fix MacOS host platform test

pull/1826/head
Conrad Kreyling 1 year ago
parent
commit
8eaff5e0e3
  1. 2
      build/llvm/LLVM.lua

2
build/llvm/LLVM.lua

@ -461,7 +461,7 @@ function build_llvm(llvm_build) @@ -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 = ""

Loading…
Cancel
Save