diff options
author | dimdim11 <dimdim11@yandex-team.com> | 2024-07-09 08:58:36 +0300 |
---|---|---|
committer | dimdim11 <dimdim11@yandex-team.com> | 2024-07-09 09:11:59 +0300 |
commit | a4bfe00ce112322603c242988add9885a2be9d3a (patch) | |
tree | 8e2fd0e606b1eb59a6fe4bb25797114228f6fca6 /build/conf/ts | |
parent | 749e098320dd9c0f8bf27fa600bf8cde20dac080 (diff) | |
download | ydb-a4bfe00ce112322603c242988add9885a2be9d3a.tar.gz |
Rename PROTOBUF_PATH -> PROTOBUF_INCLUDE_PATH, fix it for vanilla protobuf
Rename PROTOBUF_PATH -> PROTOBUF_INCLUDE_PATH, fix it for vanilla protobuf
e9beb8d6c88594fbf6e1db8d923746a6c3e35978
Diffstat (limited to 'build/conf/ts')
-rw-r--r-- | build/conf/ts/ts_proto.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/ts/ts_proto.conf b/build/conf/ts/ts_proto.conf index 9450da6f77..9ab222e8c9 100644 --- a/build/conf/ts/ts_proto.conf +++ b/build/conf/ts/ts_proto.conf @@ -4,7 +4,7 @@ _TS_PROTO_IMPL_CMD=$TOUCH_UNIT \ && $NOTS_TOOL $NOTS_TOOL_BASE_ARGS build-ts-proto $NOTS_TOOL_COMMON_BUILDER_ARGS \ --protoc-bin $PROTOC \ --proto-srcs $_TS_PROTO_SRCS_FILES \ - --proto-paths ./$PROTO_NAMESPACE $ARCADIA_ROOT/$PROTO_NAMESPACE $_PROTO__INCLUDE $ARCADIA_BUILD_ROOT $PROTOBUF_PATH \ + --proto-paths ./$PROTO_NAMESPACE $ARCADIA_ROOT/$PROTO_NAMESPACE $_PROTO__INCLUDE $ARCADIA_BUILD_ROOT $PROTOBUF_INCLUDE_PATH \ $_NODE_MODULES_INOUTS \ ${input;hide:"package.json"} ${TS_CONFIG_FILES} $_AS_HIDDEN_INPUTS(IN $TS_INPUT_FILES) \ ${output;hide:"package.json"} \ |