blob: a73adffc6abc2ca3e094ed5d2695139a1fc59fe7 [file] [log] [blame]
Serge Bazanski46e72ab2022-09-05 15:13:22 +02001--- 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 = [
Tim Windelschmidt745bf6d2024-07-17 21:43:41 +02008+ "@@//third_party/libpg_query",
Serge Bazanski46e72ab2022-09-05 15:13:22 +02009+ ],
10 clinkopts = [""],
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +010011 copts = ["-Iparser/include -g -fstack-protector -std=gnu99 -Wno-deprecated-non-prototype -Wno-unknown-warning-option"],
12 importpath = "github.com/pganalyze/pg_query_go/v4/parser",