mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
953153ea1a
* chore: added support for compiling linux arm architecture Signed-off-by: The1111mp <The1111mp@outlook.com> * chore: remove debug code Signed-off-by: The1111mp <The1111mp@outlook.com> --------- Signed-off-by: The1111mp <The1111mp@outlook.com>
6 lines
143 B
TOML
6 lines
143 B
TOML
[target.aarch64-unknown-linux-gnu]
|
|
linker = "aarch64-linux-gnu-gcc"
|
|
|
|
[target.armv7-unknown-linux-gnueabihf]
|
|
linker = "arm-linux-gnueabihf-gcc"
|