libevent: fix test on 10.13
no /usr/local/lib for you
This commit is contained in:
parent
c5d76a40f4
commit
7a39929bf4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Libevent < Formula
|
|||
return 0;
|
||||
}
|
||||
EOS
|
||||
system ENV.cc, "test.c", "-levent", "-o", "test"
|
||||
system ENV.cc, "test.c", "-L#{lib}", "-levent", "-o", "test"
|
||||
system "./test"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue