@@ -13,7 +13,7 @@ cc_test(
1313 "//:runtime_test.ecsact" ,
1414 "@ecsact_cli" ,
1515 "@ecsact_lang_cpp//cpp_header_codegen:ecsact_cpp_header_codegen" ,
16- "@ecsact_rt_entt//:build_recipe.yml " ,
16+ "@ecsact_rt_entt" ,
1717 "@ecsact_rt_entt//:headers" ,
1818 "@ecsact_rt_entt//rt_entt_codegen:ecsact_rt_entt_codegen" ,
1919 "@ecsact_rt_entt//runtime:sources" ,
@@ -23,7 +23,7 @@ cc_test(
2323 "//:runtime_test.ecsact" ,
2424 "@ecsact_cli" ,
2525 "@ecsact_lang_cpp//cpp_header_codegen:ecsact_cpp_header_codegen" ,
26- "@ecsact_rt_entt//:build_recipe.yml " ,
26+ "@ecsact_rt_entt" ,
2727 "@ecsact_rt_entt//:headers" ,
2828 "@ecsact_rt_entt//rt_entt_codegen:ecsact_rt_entt_codegen" ,
2929 "@ecsact_rt_entt//runtime:sources" ,
@@ -33,14 +33,14 @@ cc_test(
3333 env = select ({
3434 "@platforms//os:windows" : {
3535 "ECSACT_CLI" : "$(rootpath @ecsact_cli)" ,
36- "ECSACT_RECIPE_PATH" : "$(rootpath @ecsact_rt_entt//:build_recipe.yml )" ,
36+ "ECSACT_RECIPE_PATH" : "$(rootpath @ecsact_rt_entt)" ,
3737 "ECSACT_RUNTIME_FILE_PATH" : "$(rootpath //:runtime_test.ecsact)" ,
3838 "ECSACT_IMPORTED_FILE_PATH" : "$(rootpath //:imported_pkg.ecsact)" ,
3939 "ECSACT_CODEGEN_PLUGIN_PATH" : "$(rootpath @ecsact_rt_entt//rt_entt_codegen:ecsact_rt_entt_codegen)" ,
4040 },
4141 "//conditions:default" : {
4242 "ECSACT_CLI" : "$(rootpath @ecsact_cli)" ,
43- "ECSACT_RECIPE_PATH" : "$(rootpath @ecsact_rt_entt//:build_recipe.yml )" ,
43+ "ECSACT_RECIPE_PATH" : "$(rootpath @ecsact_rt_entt)" ,
4444 "ECSACT_RUNTIME_FILE_PATH" : "$(rootpath //:runtime_test.ecsact)" ,
4545 "ECSACT_IMPORTED_FILE_PATH" : "$(rootpath //:imported_pkg.ecsact)" ,
4646 "ECSACT_CODEGEN_PLUGIN_PATH" : "$(rootpath @ecsact_rt_entt//rt_entt_codegen:ecsact_rt_entt_codegen)" ,
0 commit comments