Add objects option
we already have the .object function which allows us to include a single extra object, but if we for example use nasm to generate objects from our asm we get a vector full of paths... here would a .objects function that takes in multiple objects be very helpful!
That sounds like a good addition to the API!
I would welcome any contribution for this feature.
I am rn working on a pr, should be finished in a few minutes
pr here we go: https://github.com/rust-lang/cc-rs/pull/1166 hope it's all good :3
Thanks, I've merged it, would cut a release shortly
This has been fixed by https://github.com/rust-lang/cc-rs/pull/1166, and can be closed
oh shoot, sorry forgot to close the issue