mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-19 14:28:11 -07:00
add cargo config for cross-compilation
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
[build]
|
||||||
|
target = "armv7-unknown-linux-gnueabihf"
|
||||||
|
rustflags = ["-C", "target-feature=+crt-static"]
|
||||||
|
|
||||||
|
[target.armv7-unknown-linux-gnueabihf]
|
||||||
|
linker = "arm-linux-gnueabihf-gcc"
|
||||||
Reference in New Issue
Block a user