We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e3fdb commit 8fe3ed4Copy full SHA for 8fe3ed4
create_gcc_pkg.rb
@@ -128,8 +128,10 @@ def install_gcc
128
129
pkgs = (base_gcc + base_ruby).unshift('').join " #{PKG_PRE}"
130
131
- SSL_3_SAVE_FILES.each do |fn|
132
- FileUtils.remove_file "#{MSYS2_PKG}/#{fn}" if File.exist? "#{MSYS2_PKG}/#{fn}"
+ unless PKG_NAME.end_with? '-3.0'
+ SSL_3_SAVE_FILES.each do |fn|
133
+ FileUtils.remove_file "#{MSYS2_PKG}/#{fn}" if File.exist? "#{MSYS2_PKG}/#{fn}"
134
+ end
135
end
136
137
# May not be needed, but...
0 commit comments