mecab-ipadic: document args

master
Adam Vandenberg 2013-02-02 22:01:07 -08:00
parent e6765f489e
commit 469122a11f
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ class MecabIpadic < Formula
--disable-dependency-tracking
--prefix=#{prefix}
]
# Via ./configure --help, valid choices are utf8 (default), euc-jp, sjis
args << ARGV.find(Proc.new {"--with-charset=utf8"}) { |arg| /^--with-charset/.match(arg) }
system "./configure", *args