Kouhei Sutou
null+****@clear*****
Wed Jun 4 12:24:34 JST 2014
Kouhei Sutou 2014-06-04 12:24:34 +0900 (Wed, 04 Jun 2014) New Revision: eaf8fb306d64079b10e46cb7e50faaaa93809c02 https://github.com/groonga/groonga/commit/eaf8fb306d64079b10e46cb7e50faaaa93809c02 Message: windows: bundle libwinpthread-1.dll Because newer libgcc_s_sjlj-1.dll depends on libwinpthread-1.dll. [groonga-dev,02398] Reported by Masafumi Yokoyama. Thanks!!! Modified files: packages/windows/Rakefile Modified: packages/windows/Rakefile (+1 -1) =================================================================== --- packages/windows/Rakefile 2014-06-04 10:24:40 +0900 (65e8aed) +++ packages/windows/Rakefile 2014-06-04 12:24:34 +0900 (01b050f) @@ -220,7 +220,7 @@ namespace :gcc do namespace :dll do desc "Bundle GCC related DLLs" task(:bundle) do - dlls = ["libgcc_s_sjlj-1.dll", "libstdc++-6.dll"] + dlls = ["libgcc_s_sjlj-1.dll", "libstdc++-6.dll", "libwinpthread-1.dll"] dlls.each do |dll| full_path = `#{host}-g++ -print-file-name=#{dll}`.strip cp(full_path, (binary_dir + "bin").to_s) -------------- next part -------------- HTML����������������������������... ダウンロード