Skip to content

Commit 24536db

Browse files
authored
Merge pull request #1246 from petrochenkov/bundle
Be less specific about the representation of `+bundle`
2 parents f3d3953 + 1efe76d commit 24536db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/items/external-blocks.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ block.
167167
This modifier is only compatible with the `static` linking kind.
168168
Using any other kind will result in a compiler error.
169169

170-
When building a rlib or staticlib `+bundle` means that all object files from the native static
171-
library will be added to the rlib or staticlib archive, and then used from it during linking of
172-
the final binary.
170+
When building a rlib or staticlib `+bundle` means that the native static library
171+
will be packed into the rlib or staticlib archive, and then retrieved from there
172+
during linking of the final binary.
173173

174174
When building a rlib `-bundle` means that the native static library is registered as a dependency
175175
of that rlib "by name", and object files from it are included only during linking of the final

0 commit comments

Comments
 (0)