Skip to content

Commit 75661a4

Browse files
Add clarification on linking
Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
1 parent 3d0cb29 commit 75661a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linkage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ be ignored in favor of only building the artifacts specified by command line.
5050
Note that any dynamic dependencies that the static library may have (such as
5151
dependencies on system libraries, or dependencies on Rust libraries that are
5252
compiled as dynamic libraries) will have to be specified manually when
53-
linking. The `--print=native-static-libs` flag may help with this.
53+
linking that static library from somewhere. The `--print=native-static-libs` flag may help with this.
5454

5555
* `--crate-type=cdylib`, `#![crate_type = "cdylib"]` - A dynamic system
5656
library will be produced. This is used when compiling

0 commit comments

Comments
 (0)