Browse Source

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

Tim Burks 9 years ago
parent
commit
4b57e89b2a
1 changed files with 1 additions and 0 deletions
  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=.