@@ -13,7 +13,7 @@ cc_test(
13
13
"//:runtime_test.ecsact" ,
14
14
"@ecsact_cli" ,
15
15
"@ecsact_lang_cpp//cpp_header_codegen:ecsact_cpp_header_codegen" ,
16
- "@ecsact_rt_entt//:build_recipe.yml " ,
16
+ "@ecsact_rt_entt" ,
17
17
"@ecsact_rt_entt//:headers" ,
18
18
"@ecsact_rt_entt//rt_entt_codegen:ecsact_rt_entt_codegen" ,
19
19
"@ecsact_rt_entt//runtime:sources" ,
@@ -23,7 +23,7 @@ cc_test(
23
23
"//:runtime_test.ecsact" ,
24
24
"@ecsact_cli" ,
25
25
"@ecsact_lang_cpp//cpp_header_codegen:ecsact_cpp_header_codegen" ,
26
- "@ecsact_rt_entt//:build_recipe.yml " ,
26
+ "@ecsact_rt_entt" ,
27
27
"@ecsact_rt_entt//:headers" ,
28
28
"@ecsact_rt_entt//rt_entt_codegen:ecsact_rt_entt_codegen" ,
29
29
"@ecsact_rt_entt//runtime:sources" ,
@@ -33,14 +33,14 @@ cc_test(
33
33
env = select ({
34
34
"@platforms//os:windows" : {
35
35
"ECSACT_CLI" : "$(rootpath @ecsact_cli)" ,
36
- "ECSACT_RECIPE_PATH" : "$(rootpath @ecsact_rt_entt//:build_recipe.yml )" ,
36
+ "ECSACT_RECIPE_PATH" : "$(rootpath @ecsact_rt_entt)" ,
37
37
"ECSACT_RUNTIME_FILE_PATH" : "$(rootpath //:runtime_test.ecsact)" ,
38
38
"ECSACT_IMPORTED_FILE_PATH" : "$(rootpath //:imported_pkg.ecsact)" ,
39
39
"ECSACT_CODEGEN_PLUGIN_PATH" : "$(rootpath @ecsact_rt_entt//rt_entt_codegen:ecsact_rt_entt_codegen)" ,
40
40
},
41
41
"//conditions:default" : {
42
42
"ECSACT_CLI" : "$(rootpath @ecsact_cli)" ,
43
- "ECSACT_RECIPE_PATH" : "$(rootpath @ecsact_rt_entt//:build_recipe.yml )" ,
43
+ "ECSACT_RECIPE_PATH" : "$(rootpath @ecsact_rt_entt)" ,
44
44
"ECSACT_RUNTIME_FILE_PATH" : "$(rootpath //:runtime_test.ecsact)" ,
45
45
"ECSACT_IMPORTED_FILE_PATH" : "$(rootpath //:imported_pkg.ecsact)" ,
46
46
"ECSACT_CODEGEN_PLUGIN_PATH" : "$(rootpath @ecsact_rt_entt//rt_entt_codegen:ecsact_rt_entt_codegen)" ,
0 commit comments