simple-amqp-client: fix test on 10.13
no /usr/local/lib for you
This commit is contained in:
parent
442912c8a6
commit
88b964670e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue