Skip to content

Commit

Permalink
Fix //c-bindings bazel build
Browse files Browse the repository at this point in the history
Add missing bazel dependency so `bazel build //c-bindings` works again.
  • Loading branch information
anguslees authored and sparkprime committed Oct 26, 2022
1 parent e33730a commit 0a32b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c-bindings/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ go_library(
deps = [
"//:go_default_library",
"//ast:go_default_library",
"//formatter:go_default_library",
],
)

Expand Down

0 comments on commit 0a32b8c

Please sign in to comment.