Skip to content

Commit

Permalink
Remove commented out patches
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper committed Jan 25, 2024
1 parent c0fb760 commit 85059be
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions configs/components/ruby-3.2.3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,8 @@

base = 'resources/patches/ruby_32'


if platform.is_cross_compiled?
unless platform.is_macos?
# pkg.apply_patch "#{base}/Replace-reference-to-RUBY-var-with-opt-pl-build-tool.patch"
end

pkg.apply_patch "#{base}/rbinstall_gem_path.patch"
# pkg.apply_patch "#{base}/revert_host_value_changes.patch"
end

if platform.is_aix?
Expand All @@ -68,7 +62,6 @@
if platform.is_macos?
pkg.environment 'optflags', settings[:cflags]
pkg.environment 'PATH', '$(PATH):/opt/homebrew/bin:/usr/local/bin'

elsif platform.is_windows?
pkg.environment 'optflags', settings[:cflags] + ' -O3'
pkg.environment 'MAKE', 'make'
Expand Down

0 comments on commit 85059be

Please sign in to comment.