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