Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove linker entries from .cargo/config.toml
These were previously added for aarch64-linux cross compilation. However, this also interferes with regular compilation on these platforms, since the linkers generally don't include the target triplet in their name if they are for the native platform. Additionally, the `ar` field is deprecated. Fixes #132 Signed-off-by: Lee Smet <[email protected]>
- Loading branch information