Skip to content

Commit 30cc17b

Browse files
authored
Fix antlr4 build for windows (#9089)
1 parent 489606e commit 30cc17b

File tree

1 file changed

+4
-0
lines changed
  • ydb/library/yql/parser/proto_ast/gen/v1_antlr4

1 file changed

+4
-0
lines changed

ydb/library/yql/parser/proto_ast/gen/v1_antlr4/ya.make

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,8 @@ RUN_ANTLR4(
4949
CWD ${antlr_output}
5050
)
5151

52+
PEERDIR(
53+
contrib/libs/antlr4_cpp_runtime
54+
)
55+
5256
END()

0 commit comments

Comments
 (0)