Skip to content

Commit

Permalink
ONLY openssl.so
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 8, 2024
1 parent 2cbe949 commit 46d5755
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 @@ -347,7 +347,7 @@
set source_dir=C:\\opscode
:: Find OpenSSL so files
for /r "%source_dir%" %%f in (*.so) do (
for /r "%source_dir%" %%f in (openssl.so) do (
if exist %%f (
echo Running ldd.exe on: %%f
c:\\msys2\\usr\\bin\\ldd.exe "%%f"
Expand Down

0 comments on commit 46d5755

Please sign in to comment.