1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/fiddle] Use msys2_mingw_dependencies

https://github.com/ruby/fiddle/commit/fee175a8ff
This commit is contained in:
Sutou Kouhei 2020-11-17 06:44:04 +09:00 committed by Sutou Kouhei
parent e27701291a
commit 821cfa74cb
Notes: git 2020-11-18 09:05:45 +09:00

View file

@ -65,4 +65,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "rake-compiler"
spec.metadata["msys2_mingw_dependencies"] = "libffi"
end