doxygen: fix with-llvm option
2dbb5afb
didn't change the build.with? "libclang" to build.with? "llvm"
Closes #3824.
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
352f760254
commit
abc87de2ac
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Doxygen < Formula
|
|||
def install
|
||||
args = std_cmake_args
|
||||
args << "-Dbuild_wizard=ON" if build.with? "qt5"
|
||||
args << "-Duse_libclang=ON -DLLVM_CONFIG=#{Formula["llvm"].opt_bin}/llvm-config" if build.with? "libclang"
|
||||
args << "-Duse_libclang=ON -DLLVM_CONFIG=#{Formula["llvm"].opt_bin}/llvm-config" if build.with? "llvm"
|
||||
|
||||
mkdir "build" do
|
||||
system "cmake", "..", *args
|
||||
|
|
Loading…
Reference in a new issue