1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 17:47:29 +00:00
patched-porobot/.cargo/config-docker.toml

11 lines
242 B
TOML
Raw Normal View History

[net]
git-fetch-with-cli = true
[target.x86_64-unknown-linux-gnu]
linker = "x86-64-linux-gnu-gcc"
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"