Skip to content

Commit 689931d

Browse files
committed
Fix export YT
Fix export YT commit_hash:e18a2f1a93cf3dc29e0c9d048ac536be8b90e59e
1 parent f5ecfbc commit 689931d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/conf/proto.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ macro WITH_KOTLIN_GRPC() {
240240
# tag:proto tag:cpp-specific
241241
macro _ADD_CPP_PROTO_OUT(Suf) {
242242
SET_APPEND(CPP_PROTO_OUTS \${norel;output;suf=$Suf;nopath;noext:File})
243-
SET_APPEND(PROTOC_EXTRA_OUTS_SEM protoc_extra_outs $Suf && \$_ADD_SEM_PROP_IF_NON_EMPTY(PROTO_NAMESPACE $PROTO_NAMESPACE))
243+
SET_APPEND(PROTOC_EXTRA_OUTS_SEM && protoc_extra_outs $Suf && \$_ADD_SEM_PROP_IF_NON_EMPTY(PROTO_NAMESPACE $PROTO_NAMESPACE))
244244

245245
# XXX fix variable expansion in plugins
246246
SET(CPP_PROTO_SUFFIXES $CPP_PROTO_SUFFIXES $Suf)

0 commit comments

Comments
 (0)