We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c3f46 commit f776427Copy full SHA for f776427
BUILD.bazel
@@ -28,6 +28,6 @@ bzlws_copy(
28
"@ecsact_lang_cpp//systems_header_codegen",
29
"@ecsact_lang_csharp//csharp_codegen",
30
],
31
- out = "dist/share/ecsact/plugins/{FILENAME}",
+ out = "dist/share/ecsact/plugins/{BAZEL_LABEL_NAME}.{EXTNAME}",
32
force = True,
33
)
0 commit comments