You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, maybe it is really a me problem. I'm invoking Hime directly on build.rs, and obviously I would like to see the generated files at OUT_DIR, just like bindgen. Maybe we should retrofit this new syntax with a flag.
If it's not too much of an inconvenience, I think the best course of actions is to wait for your PR on include-flate to be merged and a version published. Then we will bump the dependency in Hime and use the new feature.
It seems like clarify option names in CompilationTask and expose them in CLI · 95d675c (github.com) has broken the compression support.
Currently I forked include-flate and added a bit of a syntax to support loading files with a base directory from environmental variables, the PR is over at Allow user input environmental variables as base path by stevefan1999-personal · Pull Request #21 · SOF3/include-flate (github.com).
The syntax should looks like this
Notice the new
on "OUT_DIR"
here. Maybe we should explicitly use this in Hime.The text was updated successfully, but these errors were encountered: