Skip to content

Commit

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

spec.metadata["msys2_mingw_dependencies"] = "libffi"
# 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"
end

0 comments on commit 3b385c3

Please sign in to comment.