mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-02-08 11:05:50 -05:00
![Daniel Karzel](/assets/img/avatar_default.png)
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
3 lines
74 B
TOML
3 lines
74 B
TOML
[target.armv7-unknown-linux-gnueabihf]
|
|
linker = "arm-linux-gnueabihf-gcc"
|