summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
authordsisnero <dsisnero@users.noreply.github.com>2022-12-15 17:18:53 -0700
committerGitHub <noreply@github.com>2022-12-15 17:18:53 -0700
commit9a3816d9038ae21e8912e65bf471adcabb227b84 (patch)
tree707415206a2c7fb14fad29dcc30377a9905288e4 /psych.gemspec
parentbdf20e604204024eae580fbd5f697e171e55ac2d (diff)
downloadpsych-9a3816d9038ae21e8912e65bf471adcabb227b84.tar.gz
Add msys2 dependencies for windows
Diffstat (limited to 'psych.gemspec')
-rw-r--r--psych.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/psych.gemspec b/psych.gemspec
index 5f5168d..f9fa611 100644
--- a/psych.gemspec
+++ b/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