Skip to content

Commit

Permalink
fix the example Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
libingjun committed Jul 10, 2019
1 parent cb43980 commit d108008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d108008

Please sign in to comment.