소스 검색

Update Plugin Makefile to also extract protoc-gen-swift from .build directory.

Tim Burks 9 년 전
부모
커밋
4b57e89b2a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Plugin/Makefile

+ 1 - 0
Plugin/Makefile

@@ -4,6 +4,7 @@ default:	build
 build:  clear
 	swift build
 	cp .build/debug/protoc-gen-swiftgrpc .
+	cp .build/debug/protoc-gen-swift .
 
 test:	build
 	protoc ../Examples/Echo/echo.proto --proto_path=../Examples/Echo --swiftgrpc_out=.