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 8922176 commit c5289ddCopy full SHA for c5289dd
Protobuf.Makefile
@@ -34,16 +34,13 @@ $(PROTOC):
34
@unzip -o $(PROTOC_ZIP) 'include/*' -d $(dir $@)
35
@rm -f $(PROTOC_ZIP)
36
37
-.PHONY: protoc_gen_grpc_swift
38
-protoc_gen_grpc_swift:
39
- @$(SWIFT) build --product protoc-gen-grpc-swift
40
-
41
.PHONY: protoc-gen-swift
42
protoc-gen-swift:
43
@$(SWIFT) build --product protoc-gen-swift
+ @$(SWIFT) build --product protoc-gen-grpc-swift
44
45
.PHONY: protos
46
-protos: $(PROTOC) protoc-gen-swift protoc_gen_grpc_swift
+protos: $(PROTOC) protoc-gen-swift
47
@echo Generating protocol buffers source code...
48
@mkdir -p $(LOCAL_DIR)
49
@cd $(LOCAL_DIR) && git clone --branch $(BUILDER_SHIM_VERSION) --depth 1 $(BUILDER_SHIM_REPO)
0 commit comments