libchewing: fix test on 10.13
no /usr/local/lib for you
This commit is contained in:
parent
7e86b3fda2
commit
16697e2e79
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class Libchewing < Formula
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
EOS
|
EOS
|
||||||
system ENV.cc, "test.cpp", "-lchewing", "-o", "test"
|
system ENV.cc, "test.cpp", "-L#{lib}", "-lchewing", "-o", "test"
|
||||||
system "./test"
|
system "./test"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue