libebur128: fix test on 10.13
no /usr/local/lib for you
This commit is contained in:
parent
16697e2e79
commit
a373ccc6a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue