Skip to content

Commit

Permalink
Change the swiftc argument to use static Swift libraries. (#424)
Browse files Browse the repository at this point in the history
Fixes #416 (hopefully).
  • Loading branch information
MrMage authored Apr 12, 2019
1 parent ece94e8 commit 6bbc15c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ all:
cp .build/debug/protoc-gen-swiftgrpc .

plugin:
swift build $(CFLAGS) --product protoc-gen-swift -c release -Xswiftc -static-stdlib
swift build $(CFLAGS) --product protoc-gen-swiftgrpc -c release -Xswiftc -static-stdlib
swift build $(CFLAGS) --product protoc-gen-swift --static-swift-stdlib -c release
swift build $(CFLAGS) --product protoc-gen-swiftgrpc --static-swift-stdlib -c release
cp .build/release/protoc-gen-swift .
cp .build/release/protoc-gen-swiftgrpc .

Expand Down

0 comments on commit 6bbc15c

Please sign in to comment.