3 @@ -18,12 +18,15 @@ CXXFLAGS += -std=c++11
4 LDFLAGS += -L/usr/local/lib -lprotoc -lprotobuf -lpthread -ldl
6 MIN_MACOS_VERSION := 10.7 # Supports OS X Lion
9 UNAME_S := $(shell uname -s)
10 ifeq ($(UNAME_S),Darwin)
11 CXXFLAGS += -stdlib=libc++ -mmacosx-version-min=$(MIN_MACOS_VERSION)
12 else ifeq ($(UNAME_S),Linux)
14 + ifeq ($(STATIC),yes)
19 all: protoc-gen-grpc-web