liblzf: fix test on 10.13
no /usr/local/lib for you
This commit is contained in:
parent
3b29939150
commit
e6733887a9
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Liblzf < Formula
|
|||
return 0;
|
||||
}
|
||||
EOS
|
||||
system ENV.cc, "test.c", "-llzf", "-o", "test"
|
||||
system ENV.cc, "test.c", "-L#{lib}", "-llzf", "-o", "test"
|
||||
system "./test"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue