newt: fix test on 10.13
no /usr/local/lib for you
This commit is contained in:
parent
daef6f1c3f
commit
98e3d52e25
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Newt < Formula
|
|||
newtFinished();
|
||||
}
|
||||
EOS
|
||||
system ENV.cc, "test.c", "-o", "test", "-lnewt"
|
||||
system ENV.cc, "test.c", "-o", "test", "-L#{lib}", "-lnewt"
|
||||
system "./test"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue