File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,9 @@ be ignored in favor of only building the artifacts specified by command line.
42
42
the compiler will never attempt to link to ` staticlib ` outputs. The
43
43
purpose of this output type is to create a static library containing all of
44
44
the local crate's code along with all upstream dependencies. This output type
45
- will create an ` *.a ` archive on Linux, macOS and Windows (MinGW), and a
46
- ` *.lib ` file on Windows (MSVC).
47
- This format is recommended for use in situations such as linking Rust code
48
- into an existing non-Rust application
45
+ will create ` *.a ` files on Linux, macOS and Windows (MinGW), and ` *.lib ` files
46
+ on Windows (MSVC). This format is recommended for use in situations such as
47
+ linking Rust code into an existing non-Rust application
49
48
because it will not have dynamic dependencies on other Rust code.
50
49
51
50
* ` --crate-type=cdylib ` , ` #[crate_type = "cdylib"] ` - A dynamic system
You can’t perform that action at this time.
0 commit comments