1
0
mirror of synced 2025-04-26 14:28:51 +03:00

Merge pull request #185 from gaoyadianta/master

fix the example Makefile
This commit is contained in:
yhirose 2019-07-09 22:31:16 -04:00 committed by GitHub
commit 63d0056826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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