Navigation Menu

Skip to content

Commit

Permalink
windows: bundle libwinpthread-1.dll
Browse files Browse the repository at this point in the history
Because newer libgcc_s_sjlj-1.dll depends on libwinpthread-1.dll.

[groonga-dev,02398]

Reported by Masafumi Yokoyama. Thanks!!!
  • Loading branch information
kou committed Jun 4, 2014
1 parent b9d6c3c commit eaf8fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/windows/Rakefile
Expand Up @@ -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)
Expand Down

0 comments on commit eaf8fb3

Please sign in to comment.