Skip to content

Commit 889987e

Browse files
committed
protect against potential further conflicts
1 parent b1e6891 commit 889987e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zig/private/common/translate_c.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def zig_translate_c(*, ctx, name, zigtoolchaininfo, global_args, cc_infos, outpu
8585

8686
return zig_module_info(
8787
name = name,
88-
canonical_name = "{}_U{}".format(escape_label(label = ctx.label), name),
88+
canonical_name = escape_label(label = "{}:{}".format(ctx.label, name)),
8989
main = zig_out,
9090
cdeps = [cc_info],
9191
)

0 commit comments

Comments
 (0)