Skip to content

Commit

Permalink
The patcher cannot find the files to patch. Correcting the path
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <john.mccrae@progress.com>
  • Loading branch information
johnmccrae committed Mar 27, 2024
1 parent 9536675 commit e68febb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/patches/ruby/ruby-win32_resolv.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- ext/lib/ruby/3.0.0/win32/resolv.rb.org 2024-03-25 19:48:15
+++ ext/lib/ruby/3.0.0/win32/resolv.rb 2024-03-25 19:49:01
@@ -4,7 +4,7 @@

=end

-require 'win32/registry'
+require 'win32/registry' unless defined?(Win32::Registry)

module Win32
module Resolv

0 comments on commit e68febb

Please sign in to comment.