Skip to content

Commit

Permalink
[ruby/fiddle] Remove needless workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 18, 2020
1 parent 3b385c3 commit ceccc16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ext/fiddle/fiddle.gemspec
Expand Up @@ -66,7 +66,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency "rake-compiler"

# ruby head for mingw uses sub!:
# https://github.com/MSP-Greg/ruby-loco/blob/master/patches/__operating_system.rb.patch
spec.metadata["msys2_mingw_dependencies"] = +"libffi"
spec.metadata["msys2_mingw_dependencies"] = "libffi"
end

0 comments on commit ceccc16

Please sign in to comment.