File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ look for anything here (the default)
4141.RE
4242.TP
4343\fB \- l \fR [\fI KIND \fR =]\fI NAME \fR
44- Link the generated crate(s) to the specified native library \fI NAME \fR .
44+ Link the generated crate(s) to the specified library \fI NAME \fR .
4545The optional \fI KIND \fR can be one of \fI static \fR , \fI dylib \fR , or
4646\fI framework \fR .
4747If omitted, \fI dylib \fR is assumed.
@@ -113,7 +113,8 @@ Print version info and exit.
113113Use verbose output.
114114.TP
115115\fB \-\- extern \fR \fI NAME \fR =\fI PATH \fR
116- Specify where an external rust library is located.
116+ Specify where an external rust library is located. These should match
117+ \fI extern \fR declarations in the crate's source code.
117118.TP
118119\fB \-\- sysroot \fR \fI PATH \fR
119120Override the system root.
You can’t perform that action at this time.
0 commit comments