Commit dab99f6b authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Update llvm to build shared libraries

parent 4d9859c5
......@@ -13,7 +13,7 @@ class Llvm < Package
def self.build
system "mkdir mybuilddir"
Dir.chdir "mybuilddir" do
system "cmake .."
system "cmake .. -DLLVM_BUILD_LLVM_DYLIB=true"
system "cmake --build ."
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment