Commit 4c199463 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #931 from flyingP0tat0/patch-8

Update llvm to build shared libraries
parents cdd9f1a9 dab99f6b
......@@ -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