Browse Source

add cmake for llvm

ruki 4 years ago
parent
commit
6cd485c1a0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/l/llvm/xmake.lua

+ 1 - 0
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
         if linuxos.name() == "ubuntu" and linuxos.version():eq("20.04") and os.arch() == "x86_64" then
             -- use binary directly
             -- use binary directly
         else
         else
+            add_deps("cmake")
             add_deps("libffi", {host = true})
             add_deps("libffi", {host = true})
             add_deps("binutils", {host = true}) -- needed for gold and strip
             add_deps("binutils", {host = true}) -- needed for gold and strip
         end
         end