Skip to content

Commit

Permalink
Updating to pull in openssl.so
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <john.mccrae@progress,com>
  • Loading branch information
John McCrae committed Apr 30, 2024
1 parent 8bb24fc commit 6e775a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
msys_path = ENV["MSYS2_INSTALL_DIR"] ? "#{ENV["MSYS2_INSTALL_DIR"]}" : "#{ENV["OMNIBUS_TOOLCHAIN_INSTALL_DIR"]}/embedded/bin"

if windows?
%w{ libcrypto-3-x64.dll libssl-3-x64.dll openssl.exe }.each do |file|
%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}"
end
# # Needed now that we switched to msys2 and have not figured out how to tell
Expand Down

0 comments on commit 6e775a6

Please sign in to comment.