We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0cb29 commit 75661a4Copy full SHA for 75661a4
src/linkage.md
@@ -50,7 +50,7 @@ be ignored in favor of only building the artifacts specified by command line.
50
Note that any dynamic dependencies that the static library may have (such as
51
dependencies on system libraries, or dependencies on Rust libraries that are
52
compiled as dynamic libraries) will have to be specified manually when
53
- linking. The `--print=native-static-libs` flag may help with this.
+ linking that static library from somewhere. The `--print=native-static-libs` flag may help with this.
54
55
* `--crate-type=cdylib`, `#![crate_type = "cdylib"]` - A dynamic system
56
library will be produced. This is used when compiling
0 commit comments