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 75f3133 commit 98ef91bCopy full SHA for 98ef91b
Makefile
@@ -31,8 +31,7 @@ plugins: ${PROTOC_GEN_SWIFT} ${PROTOC_GEN_GRPC_SWIFT}
31
${PROTOC_GEN_SWIFT}:
32
${SWIFT_BUILD_RELEASE} --product protoc-gen-swift
33
34
-${PROTOC_GEN_GRPC_SWIFT}:
35
- ${SWIFT_BUILD_RELEASE} --product protoc-gen-grpc-swift
+${PROTOC_GEN_GRPC_SWIFT}: Sources/protoc-gen-grpc-swift/*.swift
36
37
interop-test-runner:
38
${SWIFT_BUILD} --product GRPCInteroperabilityTests
0 commit comments