Skip to content

Commit c443c1a

Browse files
authored
Merge pull request Homebrew#182537 from Homebrew/rtags-fix-linkage
rtags: declare indirect deps with linkage
2 parents 5050016 + 9cd5d58 commit c443c1a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Formula/r/rtags.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ class Rtags < Formula
5757
depends_on "llvm"
5858
depends_on "openssl@3"
5959

60+
uses_from_macos "zlib"
61+
6062
fails_with gcc: "5"
6163

6264
def install
@@ -93,9 +95,9 @@ def install
9395
end
9496

9597
begin
96-
sleep 1
98+
sleep 5
9799
pipe_output("#{bin}/rc -c", "clang -c #{testpath}/src/foo.c", 0)
98-
sleep 1
100+
sleep 5
99101
assert_match "foo.c:1:6", shell_output("#{bin}/rc -f #{testpath}/src/foo.c:5:3")
100102
system bin/"rc", "-q"
101103
ensure

0 commit comments

Comments
 (0)