libebur128: fix test on 10.13

no /usr/local/lib for you
This commit is contained in:
ilovezfs 2017-07-12 09:30:38 -07:00
parent 16697e2e79
commit a373ccc6a8

View file

@ -28,7 +28,7 @@ class Libebur128 < Formula
return 0; return 0;
} }
EOS EOS
system ENV.cc, "test.c", "-lebur128", "-o", "test" system ENV.cc, "test.c", "-L#{lib}", "-lebur128", "-o", "test"
system "./test" system "./test"
end end
end end