rtags: fix to use brew version of llvm (#3964)
This fixes build from head, as described [here](42688252e0
).
This commit is contained in:
parent
49d4f56bb5
commit
458cfa04d8
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Rtags < Formula
|
|||
ENV.append("LDFLAGS", "-lc++abi")
|
||||
|
||||
mkdir "build" do
|
||||
system "cmake", "..", *std_cmake_args
|
||||
system "cmake", "..", "-DRTAGS_NO_BUILD_CLANG=ON", *std_cmake_args
|
||||
system "make"
|
||||
system "make", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue