We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c3803 commit caa7d92Copy full SHA for caa7d92
lib/mri/mkmf.rb
@@ -51,6 +51,7 @@
51
if defined?(::TruffleRuby)
52
# Always use the system libxml/libxslt for Nokogiri on TruffleRuby. This is
53
# currently required as TruffleRuby cannot yet link to static libraries.
54
+ # See https://github.com/sparklemotion/nokogiri/pull/2085 when solving this.
55
ENV['NOKOGIRI_USE_SYSTEM_LIBRARIES'] = 'true'
56
end
57
0 commit comments