gdesmott / system-deps

Run pkg-config from declarative dependencies in Cargo.toml
Apache License 2.0
87 stars 21 forks source link

Add support for non-builtin targets #72

Closed Jake-Shadle closed 1 year ago

Jake-Shadle commented 1 year ago

Apparently alpine patches rustc and adds targets that aren't in the official compiler, so this PR just adds support for falling back to attempting to parse the triple to do evaluation, rather than failing for those with patched compilers.

Resolves: https://github.com/EmbarkStudios/cfg-expr/issues/55

gdesmott commented 1 year ago

I suppose that doesn't hurt. Thanks for the patch!

gdesmott commented 1 year ago

Released in 6.0.5

nekopsykose commented 1 year ago

thanks!