abcfy2 / aria2-static-build

aria2 static build, support cross compile
57 stars 15 forks source link

macOS build ? #2

Open chromer030 opened 2 years ago

abcfy2 commented 2 years ago

This project used cross compiling, and toolchain is from: http://musl.cc .

It's not provide cross compiling toolchain from Linux to MacOS, and I have no MacOS machine for testing.

If you could find such a toolchian, please let me know.

c0des1ayr commented 2 weeks ago

I assume that if the executable is truly static (not statically linked), then it should run on macOS, provided that the right executable for the architecture is used (arm64, I believe).