Skip to content

Commit f776427

Browse files
committed
Use label for plugin copy to remove 'lib' prefix
1 parent 83c3f46 commit f776427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ bzlws_copy(
2828
"@ecsact_lang_cpp//systems_header_codegen",
2929
"@ecsact_lang_csharp//csharp_codegen",
3030
],
31-
out = "dist/share/ecsact/plugins/{FILENAME}",
31+
out = "dist/share/ecsact/plugins/{BAZEL_LABEL_NAME}.{EXTNAME}",
3232
force = True,
3333
)

0 commit comments

Comments
 (0)