From 85059becc51c744f32db46999e2f481a977fc989 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Wed, 24 Jan 2024 16:49:25 -0800 Subject: [PATCH] Remove commented out patches --- configs/components/ruby-3.2.3.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configs/components/ruby-3.2.3.rb b/configs/components/ruby-3.2.3.rb index f48be3637..378d9f6dc 100644 --- a/configs/components/ruby-3.2.3.rb +++ b/configs/components/ruby-3.2.3.rb @@ -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? @@ -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'