Skip to content

Commit

Permalink
glob from root
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Nov 7, 2024
1 parent e48b1c7 commit f249768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@

command "#{install_dir}/embedded/bin/gem info openssl"
if windows?
Dir['**/openssl.so'].each do |opensslso|
puts "ldding the opensslso"
Dir['c:/**/openssl.so'].each do |opensslso|
command "c:/msys2/usr/bin/ldd.exe #{opensslso}"
end
end
Expand Down

0 comments on commit f249768

Please sign in to comment.