Skip to content

Commit

Permalink
Fixed antlr windows build for library/yql (#9173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazizonoki authored Sep 12, 2024
1 parent 1f633c9 commit 45ddb73
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions ydb/library/yql/parser/proto_ast/gen/v0/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ LIBRARY()

PEERDIR (
ydb/library/yql/parser/proto_ast/gen/v0_proto_split
ydb/library/yql/parser/proto_ast
)

SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
Expand Down
1 change: 1 addition & 0 deletions ydb/library/yql/parser/proto_ast/gen/v1/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ LIBRARY()

PEERDIR (
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
ydb/library/yql/parser/proto_ast
)

SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
Expand Down
1 change: 1 addition & 0 deletions ydb/library/yql/parser/proto_ast/gen/v1_ansi/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ LIBRARY()

PEERDIR (
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
ydb/library/yql/parser/proto_ast
)

SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ LIBRARY()

PEERDIR (
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
ydb/library/yql/parser/proto_ast
)

SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
Expand Down
5 changes: 1 addition & 4 deletions ydb/library/yql/parser/proto_ast/gen/v1_antlr4/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ LIBRARY()

PEERDIR (
ydb/library/yql/parser/proto_ast/gen/v1_proto_split
ydb/library/yql/parser/proto_ast
)

SET(antlr_output ${ARCADIA_BUILD_ROOT}/${MODDIR})
Expand Down Expand Up @@ -49,8 +50,4 @@ RUN_ANTLR4(
CWD ${antlr_output}
)

PEERDIR(
contrib/libs/antlr4_cpp_runtime
)

END()

0 comments on commit 45ddb73

Please sign in to comment.