llvm: build libLLVM.dylib
Closes https://github.com/Homebrew/legacy-homebrew/pull/45690. Closes #176. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
2f176b0f27
commit
03595fa415
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ class Llvm < Formula
|
|||
|
||||
args = %w[
|
||||
-DLLVM_OPTIMIZED_TABLEGEN=On
|
||||
-DLLVM_BUILD_LLVM_DYLIB=On
|
||||
]
|
||||
|
||||
args << "-DLLVM_ENABLE_RTTI=On" if build.with? "rtti"
|
||||
|
|
Loading…
Reference in a new issue