Skip to content

Commit

Permalink
Merge pull request #1825 from chef/poorndm/openssl-windows-fix
Browse files Browse the repository at this point in the history
copy missing dll to fix openssl.so  issue on windows
  • Loading branch information
poorndm committed Oct 10, 2023
2 parents 7723be6 + e6a9c26 commit 81746d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/software/ruby-windows-devkit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,12 @@
"liblzma-1.dll" => "liblzma-1.dll",
"libbz2-2.dll" => "libbz2-2.dll",
"libz-1.dll" => "libz-1.dll",
"libssp-0.dll" => "libssp-0.dll",
}.each do |target, to|
copy "#{install_dir}/embedded/mingw/bin/#{to}", "#{install_dir}/bin/#{target}"

copy "#{install_dir}/embedded/bin/x64-msvcrt-ruby300.dll", "#{install_dir}/bin/x64-msvcrt-ruby300.dll"
copy "#{install_dir}/embedded/mingw/include/ansidecl.h", "#{install_dir}/embedded/mingw/x86_64-w64-mingw32/include/ansidecl.h"
end

# IIS 8.5 Server STIG finding V-76717 warns on this file because it ends with
Expand Down

0 comments on commit 81746d0

Please sign in to comment.