Skip to content

Commit 820418c

Browse files
committed
fix: added missing ecsact_stream to recipe export
1 parent b87d0c5 commit 820418c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

BUILD.bazel

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ cc_library(
1919

2020
cc_test(
2121
name = "test",
22-
visibility = ["//visibility:private"],
22+
srcs = [
23+
"build_test.cc",
24+
"//runtime:sources",
25+
],
2326
copts = copts,
2427
defines = [
2528
"ECSACT_CORE_API=",
2629
"ECSACT_DYNAMIC_API=",
2730
],
28-
srcs = [
29-
"build_test.cc",
30-
"//runtime:sources",
31-
],
31+
visibility = ["//visibility:private"],
3232
deps = [
3333
":lib",
3434
"@ecsact_runtime//:common",
@@ -175,6 +175,7 @@ ecsact_build_recipe(
175175
"ecsact_get_components",
176176
"ecsact_update_component",
177177
"ecsact_remove_component",
178+
"ecsact_stream",
178179
# dynamic
179180
"ecsact_system_execution_context_same",
180181
"ecsact_system_execution_context_entity",

0 commit comments

Comments
 (0)