Serge Bazanski | 46e72ab | 2022-09-05 15:13:22 +0200 | [diff] [blame] | 1 | --- a/parser/BUILD.bazel 2022-09-05 14:33:25.825959896 +0200 |
2 | +++ b/parser/BUILD.bazel 2022-09-05 14:33:51.071298361 +0200 | ||||
3 | @@ -86,6 +86,9 @@ | ||||
4 | "xxhash.c", | ||||
5 | ], | ||||
6 | cgo = True, | ||||
7 | + cdeps = [ | ||||
8 | + "@libpg_query//:libpg_query", | ||||
9 | + ], | ||||
10 | clinkopts = [""], | ||||
11 | copts = ["-Iparser/include -g -fstack-protector -std=gnu99"], | ||||
12 | importpath = "github.com/pganalyze/pg_query_go/v2/parser", | ||||
13 |