Kouhei Sutou
null+****@clear*****
Mon Nov 3 19:30:30 JST 2014
Kouhei Sutou 2014-11-03 19:30:30 +0900 (Mon, 03 Nov 2014) New Revision: b9417ae53f094dacd6938367ff2561ebcef0d8cc https://github.com/groonga/groonga/commit/b9417ae53f094dacd6938367ff2561ebcef0d8cc Message: package windows: add executable bit to GCC origin DLL DLL needs executable bit. Modified files: packages/windows/Rakefile Modified: packages/windows/Rakefile (+3 -1) =================================================================== --- packages/windows/Rakefile 2014-11-03 19:24:33 +0900 (aa786f6) +++ packages/windows/Rakefile 2014-11-03 19:30:30 +0900 (f456f49) @@ -256,7 +256,9 @@ namespace :gcc do end dlls.each do |dll| full_path = `#{host}-g++ -print-file-name=#{dll}`.strip - cp(full_path, (binary_dir + "bin").to_s) + destination_path = (binary_dir + "bin" + dll).to_s + cp(full_path, destination_path) + chmod(0755, destination_path) end end end -------------- next part -------------- HTML����������������������������...Download