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