mirror of https://github.com/grpc/grpc-web.git
Adding `-static` to generator g++ build flag (#1146)
This commit is contained in:
parent
7f70efec6e
commit
4676d14333
|
@ -15,7 +15,7 @@
|
|||
CXX ?= g++
|
||||
CPPFLAGS += -I/usr/local/include -pthread
|
||||
CXXFLAGS += -std=c++11
|
||||
LDFLAGS += -L/usr/local/lib -lprotoc -lprotobuf -lpthread -ldl
|
||||
LDFLAGS += -L/usr/local/lib -lprotoc -lprotobuf -lpthread -ldl -static
|
||||
PREFIX ?= /usr/local
|
||||
|
||||
all: protoc-gen-grpc-web
|
||||
|
|
Loading…
Reference in New Issue