File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,13 @@ in the mail body (not subject) to the address [ruby-talk-request@ruby-lang.org].
9292
93934 . Edit ` include/ruby/defines.h ` if you need. Usually this step will not be needed.
9494
95- 5 . Remove comment mark(` # ` ) before the module names from ` ext/Setup ` (or add
96- module names if not present), if you want to link modules statically.
95+ 5 . Optional: Remove comment mark(` # ` ) before the module names from ` ext/Setup ` .
9796
98- If you don't want to compile non static extension modules (probably on
99- architectures which do not allow dynamic loading), remove comment mark
100- from the line "` #option nodynamic ` " in ` ext/Setup ` .
97+ This step is only necessary if you want to link modules statically.
98+
99+ If you don't want to compile dynamic extensions (probably on architectures
100+ which do not allow dynamic loading), remove comment mark from the line
101+ "` #option nodynamic ` " in ` ext/Setup ` .
101102
102103 Usually this step will not be needed.
103104
You can’t perform that action at this time.
0 commit comments