libchewing: fix test on 10.13

no /usr/local/lib for you
This commit is contained in:
ilovezfs 2017-07-12 09:30:38 -07:00
parent 7e86b3fda2
commit 16697e2e79

View file

@ -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