Skip to content

Commit caa7d92

Browse files
committed
Add note about the Nokogiri env var
1 parent d0c3803 commit caa7d92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mri/mkmf.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
if defined?(::TruffleRuby)
5252
# Always use the system libxml/libxslt for Nokogiri on TruffleRuby. This is
5353
# currently required as TruffleRuby cannot yet link to static libraries.
54+
# See https://github.com/sparklemotion/nokogiri/pull/2085 when solving this.
5455
ENV['NOKOGIRI_USE_SYSTEM_LIBRARIES'] = 'true'
5556
end
5657

0 commit comments

Comments
 (0)