summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-12-17 10:47:43 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-12-17 10:47:43 +0900
commit921353d36710496a826892e4e5da361e052962df (patch)
treefbfb6f076238ac91fa7083c1b6e7de25f7ff3f75 /Rakefile
parent8fd94ea5dba2bfdefb360063be4403b63f9240ea (diff)
downloadpsych-921353d36710496a826892e4e5da361e052962df.tar.gz
Bump versions for mingw build
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 4e744bb..345edcd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -34,7 +34,7 @@ else
ext.cross_compile = true
ext.cross_platform = %w[x86-mingw32 x64-mingw32]
ext.cross_compiling do |s|
- s.files.concat ["lib/2.2/psych.so", "lib/2.3/psych.so", "lib/2.4/psych.so"]
+ s.files.concat ["lib/2.3/psych.so", "lib/2.4/psych.so", "lib/2.5/psych.so"]
end
end
end