Skip to content

Commit

Permalink
Tracking down the missing openssl.so file
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 7, 2024
1 parent c4172e9 commit e1259af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@
puts "install dir:"
Dir["#{project_dir}/**/openssl.so"]
puts "Msys path:"
msys_path = ENV["MSYS2_INSTALL_DIR"] ? "#{ENV["MSYS2_INSTALL_DIR"]}" : "#{ENV["OMNIBUS_TOOLCHAIN_INSTALL_DIR"]}/embedded/bin"
Dir["#{msys_path}/**/openssl.so"]
puts "END - searching for openssl.so instances"
# Needed now that we switched to msys2 and have not figured out how to tell
Expand Down

0 comments on commit e1259af

Please sign in to comment.