Skip to content

Commit 0fc16d7

Browse files
Fix references to protoc compiler (#870)
1 parent ac8b7c8 commit 0fc16d7

File tree

2 files changed

+2
-2
lines changed
  • ydb/library/yql/parser/proto_ast/gen

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN_ANTLR(
2323
IF (USE_VANILLA_PROTOC)
2424
SET(PROTOC_PATH contrib/tools/protoc_std)
2525
ELSE()
26-
SET(PROTOC_PATH contrib/tools/protoc)
26+
SET(PROTOC_PATH contrib/tools/protoc/bin)
2727
ENDIF()
2828

2929

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN_ANTLR(
3333
IF (USE_VANILLA_PROTOC)
3434
SET(PROTOC_PATH contrib/tools/protoc_std)
3535
ELSE()
36-
SET(PROTOC_PATH contrib/tools/protoc)
36+
SET(PROTOC_PATH contrib/tools/protoc/bin)
3737
ENDIF()
3838

3939

0 commit comments

Comments
 (0)