change rlib format to discern native dependencies
This commit is contained in:
parent
56e7678ca9
commit
ffa83596fe
23 changed files with 328 additions and 54 deletions
|
@ -162,6 +162,9 @@ metadata_no_transitive_needs_dep =
|
|||
metadata_failed_write_error =
|
||||
failed to write {$filename}: {$err}
|
||||
|
||||
metadata_missing_native_library =
|
||||
could not find native static library `{$libname}`, perhaps an -L flag is missing?
|
||||
|
||||
metadata_failed_create_tempdir =
|
||||
couldn't create a temp dir: {$err}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue