Skip to content

Commit

Permalink
Correcting the Ruby compile to pull in the correct openssl files
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed May 3, 2024
1 parent 2d61590 commit 7c2f18a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@
copy "#{msys_path}/usr/local/lib64/ossl-modules/#{file}", "#{install_dir}/embedded/bin/#{file}"
end

command "require 'base64'
cmd = %{Get-ChildItem -path c:\\ -file openssl.so -recurse}
encoded_cmd = Base64.strict_encode64(cmd.encode('utf-16le'))
find = `powershell.exe -encodedCommand #{encoded_cmd}`"

# # Needed now that we switched to msys2 and have not figured out how to tell
# # it how to statically link yet
# dlls = [
Expand Down

0 comments on commit 7c2f18a

Please sign in to comment.