From d1080087d399d0a8ba9794ac30c2ff55f3fed3d2 Mon Sep 17 00:00:00 2001 From: libingjun Date: Wed, 10 Jul 2019 10:00:19 +0800 Subject: [PATCH] fix the example Makefile --- example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Makefile b/example/Makefile index 385b7a5..4c64aaa 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,6 +1,6 @@ #CXX = clang++ -CXXFLAGS = -std=c++14 -I.. -Wall -Wextra -lpthread +CXXFLAGS = -std=c++14 -I.. -Wall -Wextra -pthread OPENSSL_SUPPORT = -DCPPHTTPLIB_OPENSSL_SUPPORT -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -lssl -lcrypto ZLIB_SUPPORT = -DCPPHTTPLIB_ZLIB_SUPPORT -lz