dither
Explore posts from servers❔ Execute a target before resources are embedded using a wildcard
I am trying to create a template for using the gircore bindings to gtk with blueprint-compiler, a tool that makes creating GTK ui files less tedious
Instead of manually adding embedded resources by doing this:
I am using this mess of wildcards
However, doing this causes an issue: The before Build/PrepareForBuild target that compiles the blueprints executes after the wildcards are expanded.
This means the first build will always fail. Is there a way to make the compilation happen before the wildcards are example
The second build works perfectly, but there should be a way to fix the first build
4 replies