File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -342,8 +342,10 @@ Note that frameworks are only available on OSX targets.
342
342
The different `kind` values are meant to differentiate how the native library
343
343
participates in linkage. From a linkage perspective, the rust compiler creates
344
344
two flavors of artifacts: partial (rlib/staticlib) and final (dylib/binary).
345
- Native dynamic libraries and frameworks are propagated to the final artifact
346
- boundary, while static libraries are not propagated at all.
345
+ Native dynamic library and framework dependencies are propagated to the final
346
+ artifact boundary, while static library dependencies are not propagated at
347
+ all, because the static libraries are integrated directly into the subsequent
348
+ artifact.
347
349
348
350
A few examples of how this model can be used are:
349
351
You can’t perform that action at this time.
0 commit comments