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