Fix grpc-web codegen Makefile

This commit is contained in:
Stanley Cheung 2017-01-10 12:00:38 -08:00
parent 343a3ab39f
commit 22a97519ad
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@
CXX = g++
CPPFLAGS += -I/usr/local/include -pthread
CXXFLAGS += -std=c++11
LDFLAGS += -L/usr/local/lib -Wl,--no-as-needed -lprotoc \
-lprotobuf -lpthread -ldl
LDFLAGS += -L/usr/local/lib -lprotoc -lprotobuf -lpthread -ldl
all: protoc-gen-grpc-web