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

Use cc to find includes #33

Closed roblabla closed 3 years ago

roblabla commented 3 years ago

Fixes #11

nabijaczleweli commented 3 years ago

I've updated this slightly to append cc's include path to the one found as before, instead of replacing it; would you mind trying the PR head?

roblabla commented 3 years ago

Yup, just tested it, it works without problems!

nabijaczleweli commented 3 years ago

Ace, released in v1.6.1, then. Cheers!