зеркало из https://github.com/github/ruby.git
[ruby/fiddle] Add workaround for ruby head for mingw
https://github.com/ruby/fiddle/commit/bb227c206d
This commit is contained in:
Родитель
821cfa74cb
Коммит
3b385c33b8
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче