diff --git a/linux/makefile b/linux/makefile index 1c17223..da34d1c 100755 --- a/linux/makefile +++ b/linux/makefile @@ -2,7 +2,7 @@ CC=g++ CFLAGS=-Wall -O3 -fpermissive -std=c++11 -DOPENSSL_NO_SSL2 -DOPENSSL_USE_DEPRECATED LDFLAGS= -lpthread -lrt -lssl -lcrypto \ -L/home/ubuntu/work/openssl-out/lib -BOOST_PATH=/home/ubuntu/work/boost_1_63_0 +BOOST_PATH=/home/ubuntu/work/boost_1_67_0 #====================================================== #====================== BOOST ========================= #======================================================