We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ecfbc commit 689931dCopy full SHA for 689931d
build/conf/proto.conf
@@ -240,7 +240,7 @@ macro WITH_KOTLIN_GRPC() {
240
# tag:proto tag:cpp-specific
241
macro _ADD_CPP_PROTO_OUT(Suf) {
242
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))
+ SET_APPEND(PROTOC_EXTRA_OUTS_SEM && protoc_extra_outs $Suf && \$_ADD_SEM_PROP_IF_NON_EMPTY(PROTO_NAMESPACE $PROTO_NAMESPACE))
244
245
# XXX fix variable expansion in plugins
246
SET(CPP_PROTO_SUFFIXES $CPP_PROTO_SUFFIXES $Suf)
0 commit comments