Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
(CAT-270) Set special flag to run against Mac OS on ruby 3.2.2
Browse files Browse the repository at this point in the history
Set special flag `--with-openssl-dir=` to run against Mac OS on Ruby 3.2.2.
This flag works to force the use of the openssl version included within the runtime itself rather than the one that is installed by homebrew as default.
  • Loading branch information
david22swan committed Oct 19, 2023
1 parent 247061a commit 2ccc153
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/components/ruby-3.2.2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@
else
special_flags += " --build i686-w64-mingw32 "
end
elsif platform.is_macos?
special_flags += " --with-openssl-dir=#{settings[:prefix]} "
end

without_dtrace = [
Expand Down

0 comments on commit 2ccc153

Please sign in to comment.