1
Fork 0

Add note about writing native-static-libs to file

This commit is contained in:
David Tolnay 2023-07-19 15:13:40 -07:00
parent 5ca0946ac0
commit 26fd6b15b0
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 14 additions and 1 deletions

View file

@ -197,6 +197,8 @@ codegen_ssa_specify_libraries_to_link = use the `-l` flag to specify native libr
codegen_ssa_static_library_native_artifacts = Link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.
codegen_ssa_static_library_native_artifacts_to_file = Native artifacts to link against have been written to {$path}. The order and any duplication can be significant on some platforms.
codegen_ssa_stripping_debug_info_failed = stripping debug info with `{$util}` failed: {$status}
.note = {$output}