SamuelYvon / netifaces-2

netifaces reborn
https://pypi.org/project/netifaces2/
MIT License
21 stars 7 forks source link

Binaries for MIPSEL #38

Open FrozenGalaxy opened 1 month ago

FrozenGalaxy commented 1 month ago

Hello, I have a hard time (cross)compiling this library to mips 32bit little endian, is it possible you can provide those as well?

SamuelYvon commented 1 month ago

Sorry, after looking it does not seem to be a valid target for rust, so I cannot provide you a build of this library. I'll close the issue, but if you can find a way to compile rust to mips32 feel free to re-open and tag me.

FrozenGalaxy commented 1 month ago

you mean this?

rustc --print target-list | grep mipsel 
mipsel-sony-psp
mipsel-sony-psx
mipsel-unknown-linux-gnu
mipsel-unknown-linux-musl
mipsel-unknown-linux-uclibc
mipsel-unknown-netbsd
mipsel-unknown-none

mipsel-unknown-linux-gnu being the one we'd need seems to be available?

SamuelYvon commented 1 month ago

Ah, it's a tier 3 supported target; I'll look more into it.