summaryrefslogtreecommitdiff
path: root/ext/psych
diff options
context:
space:
mode:
authordsisnero <dsisnero@users.noreply.github.com>2022-12-15 17:18:53 -0700
committergit <svn-admin@ruby-lang.org>2023-01-06 06:33:08 +0000
commitf877805a0c9dcb90635f4b3d100a4367bf346c4a (patch)
tree85f50d4bfe44d5da218331ad53fc0926d8f3be94 /ext/psych
parentdd0b40171662eaba469080b487153a1cb0c99fea (diff)
[ruby/psych] Add msys2 dependencies for windows
https://github.com/ruby/psych/commit/9a3816d903
Diffstat (limited to 'ext/psych')
-rw-r--r--ext/psych/psych.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec
index 5f5168ddb0..f9fa611cbf 100644
--- a/ext/psych/psych.gemspec
+++ b/ext/psych/psych.gemspec
@@ -62,5 +62,7 @@ DESCRIPTION
s.extensions = ["ext/psych/extconf.rb"]
s.add_dependency 'stringio'
end
+
+ s.metadata['msys2_mingw_dependencies'] = 'libyaml libyaml-devel'
end