Skip to content

Commit 45ddb73

Browse files
authored
Fixed antlr windows build for library/yql (#9173)
1 parent 1f633c9 commit 45ddb73

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ LIBRARY()
22

33
PEERDIR (
44
ydb/library/yql/parser/proto_ast/gen/v0_proto_split
5+
ydb/library/yql/parser/proto_ast
56
)
67

78
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ LIBRARY()
22

33
PEERDIR (
44
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5+
ydb/library/yql/parser/proto_ast
56
)
67

78
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ LIBRARY()
22

33
PEERDIR (
44
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5+
ydb/library/yql/parser/proto_ast
56
)
67

78
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ LIBRARY()
22

33
PEERDIR (
44
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5+
ydb/library/yql/parser/proto_ast
56
)
67

78
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ LIBRARY()
22

33
PEERDIR (
44
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
5+
ydb/library/yql/parser/proto_ast
56
)
67

78
SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
@@ -49,8 +50,4 @@ RUN_ANTLR4(
4950
CWD ${antlr_output}
5051
)
5152

52-
PEERDIR(
53-
contrib/libs/antlr4_cpp_runtime
54-
)
55-
5653
END()

0 commit comments

Comments
 (0)