reindeer
reindeer copied to clipboard
Solving complex build.rs issues
Hi,
I'm experimenting with converting my cargo project to buck and I found that I have mime-guess as a dependency about 3 levels down. Its build.rs is really quite special! https://github.com/abonander/mime_guess/blob/master/build.rs
How should I address this in the fixup?