There was an error while loading. Please reload this page.
1 parent 85ae0e2 commit 0b174b7Copy full SHA for 0b174b7
docs/build_system.md
@@ -32,7 +32,7 @@ When installing the gem, `extconf.rb` is used and that:
32
* compiles the C extension with mkmf
33
34
When installing the gem on JRuby and TruffleRuby, no C extension is built, so instead of the last step,
35
-there is Ruby code using Fiddle which uses `librubyparser.so/dylib/dll`
+there is Ruby code using Fiddle which uses `librubyparser.{so,dylib,dll}`
36
to implement the same methods as the C extension, but using serialization instead of many native calls/accesses
37
(JRuby does not support C extensions, serialization is faster on TruffleRuby than the C extension).
38
0 commit comments