We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6b176 commit a5e0d9dCopy full SHA for a5e0d9d
1 file changed
Rakefile
@@ -21,7 +21,7 @@ Rake::ExtensionTask.new do |ext|
21
ext.name = SO_NAME
22
ext.ext_dir = "ext/libxml"
23
ext.lib_dir = "lib/#{RUBY_VERSION.sub(/\.\d+$/, '')}"
24
- if RUBY_PLATFORM.match(/mswin|mingw/)
+ if RUBY_PLATFORM.match(/mingw/)
25
ext.config_options <<
26
if (dir = ENV['WINDOWS_XML2_INCLUDE'])
27
"--with-xml2-include=#{dir}"
0 commit comments