ensure libs always link correctly
This commit is contained in:
parent
89bcc2dcff
commit
4ac2855bc8
1 changed files with 3 additions and 0 deletions
|
|
@ -118,6 +118,9 @@ fn main() {
|
|||
.map(|lib| lib.link_files)
|
||||
.flatten()
|
||||
.unique()
|
||||
.inspect(|path|
|
||||
println!("cargo::rustc-link-lib={}", path.display())
|
||||
)
|
||||
.collect();
|
||||
|
||||
// build the libnixide-c extension
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue