add cmake for llvm

pull/297/head
ruki 4 years ago
parent 8efc8b221f
commit 6cd485c1a0
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 1
      packages/l/llvm/xmake.lua

@ -51,6 +51,7 @@ package("llvm")
if linuxos.name() == "ubuntu" and linuxos.version():eq("20.04") and os.arch() == "x86_64" then
-- use binary directly
else
add_deps("cmake")
add_deps("libffi", {host = true})
add_deps("binutils", {host = true}) -- needed for gold and strip
end

Loading…
Cancel
Save