diff --git a/Formula/libebur128.rb b/Formula/libebur128.rb index 7cc30195efc9d..b7336d52945b5 100644 --- a/Formula/libebur128.rb +++ b/Formula/libebur128.rb @@ -28,7 +28,7 @@ def install return 0; } EOS - system ENV.cc, "test.c", "-lebur128", "-o", "test" + system ENV.cc, "test.c", "-L#{lib}", "-lebur128", "-o", "test" system "./test" end end