How to specify the extension name of the target file?

For example, I want to specify the output file as xxx.abc instead of xxx.dll or xxx.so.
How should I write Cargo.toml or build.rs?

It's not possible. Extensions are added automatically (there will also be .pdb or dsym, etc.)

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.