simple-amqp-client: fix test on 10.13

no /usr/local/lib for you
This commit is contained in:
ilovezfs 2017-07-12 09:30:43 -07:00
parent 442912c8a6
commit 88b964670e

View file

@ -38,7 +38,7 @@ class SimpleAmqpClient < Formula
return 0;
}
EOS
system ENV.cxx, "test.cpp", "-lSimpleAmqpClient", "-o", "test"
system ENV.cxx, "test.cpp", "-L#{lib}", "-lSimpleAmqpClient", "-o", "test"
system "./test"
end
end