woodruffw / screenfetch-c

A rewrite of screenFetch in C.
MIT License
73 stars 17 forks source link

Support cross-compiling #38

Closed darealshinji closed 7 years ago

woodruffw commented 7 years ago

The last time I personally built this on Windows (over 4 years now, so take this with a grain of salt), the .exe suffix was automatically added by whatever compiler I was using (probably Cygwin's gcc). Is that no longer the case?

If so, this looks good to me.

darealshinji commented 7 years ago

On windows it's usually added by default, but apparently not when I'm cross-building on Linux. I've tested this with the MinGW compilers built using MXE.

woodruffw commented 7 years ago

Alright, thanks for the clarification. I'll merge this tonight or tomorrow.