From ca5d2cb32f1ec6eaf733a45acbeb276ce9973a32 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 25 Aug 2018 11:19:32 +0000 Subject: [PATCH] update boost for linux --- linux/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ========================= #======================================================