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 9, 2024
1 parent 160bc67 commit b5e4c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
if windows?
command "echo '******************************'"
command "echo 'START - looking for openssl.so'"
command "find / -name openssl.so"
command "find -L / -type f -name openssl.so"
command "echo 'END' - looking for openssl.so"
command "echo '******************************'"
# Needed now that we switched to msys2 and have not figured out how to tell
Expand Down

0 comments on commit b5e4c06

Please sign in to comment.