diff options
Diffstat (limited to 'deps/http_parser/Makefile')
-rw-r--r-- | deps/http_parser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/http_parser/Makefile b/deps/http_parser/Makefile index 970bdc4263..5f4eb2252f 100644 --- a/deps/http_parser/Makefile +++ b/deps/http_parser/Makefile @@ -22,14 +22,14 @@ PLATFORM ?= $(shell sh -c 'uname -s | tr "[A-Z]" "[a-z]"') HELPER ?= BINEXT ?= ifeq (darwin,$(PLATFORM)) -SONAME ?= libhttp_parser.2.6.2.dylib +SONAME ?= libhttp_parser.2.7.0.dylib SOEXT ?= dylib else ifeq (wine,$(PLATFORM)) CC = winegcc BINEXT = .exe.so HELPER = wine else -SONAME ?= libhttp_parser.so.2.6.2 +SONAME ?= libhttp_parser.so.2.7.0 SOEXT ?= so endif |