Skip to content

Commit b07573a

Browse files
committed
chore: change recipe and recipe bundle names
1 parent dc2f139 commit b07573a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cc_library(
1616
)
1717

1818
ecsact_build_recipe(
19-
name = "ecsact_rt_entt",
19+
name = "ecsact_rt_entt_recipe",
2020
srcs = [
2121
":headers",
2222
"//runtime:sources",
@@ -168,6 +168,6 @@ ecsact_build_recipe(
168168
exports_files(["build_recipe.yml"])
169169

170170
ecsact_build_recipe_bundle(
171-
name = "ecsact_rt_entt_recipe_bundle",
172-
recipes = ["ecsact_rt_entt"],
171+
name = "ecsact_rt_entt",
172+
recipes = [":ecsact_rt_entt_recipe"],
173173
)

0 commit comments

Comments
 (0)