Skip to content

Commit

Permalink
What is it with Openssl.so? Why you so crabby?
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <john.mccrae@progress.com>
  • Loading branch information
johnmccrae committed May 14, 2024
1 parent 82a95fc commit 76c8a02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@

if windows?

%w{ openssl.so }.each do |file|
delete "#{install_dir}/embedded/bin/#{file}"
end
# %w{ openssl.so }.each do |file|
# delete "#{install_dir}/embedded/bin/#{file}"
# end

%w{ openssl.so libcrypto-3-x64.dll libssl-3-x64.dll openssl.exe }.each do |file|
copy "#{msys_path}/usr/local/bin/#{file}", "#{install_dir}/embedded/bin/#{file}"
Expand Down

0 comments on commit 76c8a02

Please sign in to comment.