libuv: fix test on 10.13

no /usr/local/lib for you
This commit is contained in:
ilovezfs 2017-07-12 09:30:41 -07:00
parent ff775c9f61
commit f283e4749c

View file

@ -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