Skip to content

Commit

Permalink
fix: add missing plugin to recipe data (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy authored Oct 23, 2023
1 parent b979fef commit 9bede79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecsact/private/ecsact_build_recipe.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def _ecsact_build_recipe(ctx):
"codegen": [info.plugin.path],
"outdir": ctx.attr.codegen_plugins[codegen_plugin],
})
recipe_data.append(info.plugin)

recipe = {
"name": ctx.attr.name,
Expand Down

0 comments on commit 9bede79

Please sign in to comment.