unicorn: fix test on 10.13
no /usr/local/lib for you
This commit is contained in:
parent
0ec07e39b6
commit
530d9be3d6
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class Unicorn < Formula
|
|||
}
|
||||
EOS
|
||||
system ENV.cc, "-o", testpath/"test1", testpath/"test1.c",
|
||||
"-lpthread", "-lm", "-lunicorn"
|
||||
"-lpthread", "-lm", "-L#{lib}", "-lunicorn"
|
||||
system testpath/"test1"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue