nabijaczleweli / rust-embed-resource

A Cargo build script library to handle compilation and inclusion of Windows resources, in the most resilient fashion imaginable
MIT License
166 stars 29 forks source link

Support for windres target detection under msys2 #50

Closed emersonfxbx closed 1 year ago

emersonfxbx commented 1 year ago

These are my changes to support rust-embed-resource under clangarm64 (and others msys2 environments)

nabijaczleweli commented 1 year ago

Interesting. msys2 is the only environment I use on Windows, and the one this originally targets. Also, I don't actually seem to have $MINGW_CHOST set?

nabijaczleweli commented 1 year ago

Merged with editorial as 0a11c10af2a8cc243628c998dc89230fd75aa80d

nabijaczleweli commented 1 year ago

Released as v1.7.4, backported as v1.6.10.