null+****@clear*****
null+****@clear*****
2012年 2月 27日 (月) 14:48:22 JST
Kouhei Sutou 2012-02-27 14:48:22 +0900 (Mon, 27 Feb 2012)
New Revision: 79705795f63e679f7756fd1cf9d45a967913ece8
Log:
[win32] use built MessagePack
Modified files:
packages/windows/Rakefile
Modified: packages/windows/Rakefile (+2 -1)
===================================================================
--- packages/windows/Rakefile 2012-02-27 14:44:12 +0900 (c21c6b0)
+++ packages/windows/Rakefile 2012-02-27 14:48:22 +0900 (8d3c6b3)
@@ -189,7 +189,8 @@ namespace :build do
options = ["--prefix=#{binary_dir}",
"--host=#{host}",
"--without-cutter",
- "--disable-benchmark"]
+ "--disable-benchmark",
+ "--with-message-pack=#{binary_dir}"]
if mecab_config.exist?
options << "--with-mecab-config=#{mecab_config}"
else