mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-28 15:39:11 +00:00
Fixed example build errors
This commit is contained in:
parent
e0e5898601
commit
cf084e1db1
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
#CXX = clang++
|
||||
CXXFLAGS = -std=c++14 -I.. -Wall -Wextra -pthread
|
||||
CXXFLAGS = -std=c++11 -I.. -Wall -Wextra -pthread
|
||||
|
||||
OPENSSL_DIR = /usr/local/opt/openssl
|
||||
OPENSSL_SUPPORT = -DCPPHTTPLIB_OPENSSL_SUPPORT -I$(OPENSSL_DIR)/include -L$(OPENSSL_DIR)/lib -lssl -lcrypto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue