File tree 1 file changed +3
-2
lines changed
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)
41
41
.RE
42
42
.TP
43
43
\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 .
45
45
The optional \fI KIND \fR can be one of \fI static \fR , \fI dylib \fR , or
46
46
\fI framework \fR .
47
47
If omitted, \fI dylib \fR is assumed.
@@ -113,7 +113,8 @@ Print version info and exit.
113
113
Use verbose output.
114
114
.TP
115
115
\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.
117
118
.TP
118
119
\fB \-\- sysroot \fR \fI PATH \fR
119
120
Override the system root.
You can’t perform that action at this time.
0 commit comments