Skip to content

Commit a5e0d9d

Browse files
committed
Don't check mswin which uses vcpkg now.
1 parent cf6b176 commit a5e0d9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Rake::ExtensionTask.new do |ext|
2121
ext.name = SO_NAME
2222
ext.ext_dir = "ext/libxml"
2323
ext.lib_dir = "lib/#{RUBY_VERSION.sub(/\.\d+$/, '')}"
24-
if RUBY_PLATFORM.match(/mswin|mingw/)
24+
if RUBY_PLATFORM.match(/mingw/)
2525
ext.config_options <<
2626
if (dir = ENV['WINDOWS_XML2_INCLUDE'])
2727
"--with-xml2-include=#{dir}"

0 commit comments

Comments
 (0)