xmr-btc-swap/.cargo/config.toml
Daniel Karzel f8360fe853 .cargo/config.toml for specifying linker
To avoid code duplication we specify the linker for the specific
target armv7-unknown-linux-gnueabihf in the config.toml file as
specified here:
https://doc.rust-lang.org/cargo/reference/config.html#targettriplelinker
2021-03-15 14:36:05 +11:00

3 lines
74 B
TOML

[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"