Skip to content

Commit

Permalink
wasm-cc: Fix config visibility (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Aug 2, 2024
1 parent 544ba29 commit 6aa9c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-cc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ filegroup(
],
),
"//conditions:default": [],
visibility = ["//visibility:public"],
}),
visibility = ["//visibility:public"],
)

# envoy_wasm_cc_binary(
Expand Down

0 comments on commit 6aa9c37

Please sign in to comment.