From 92f9b6392e8428ca08133f713fb7f318434cea7f Mon Sep 17 00:00:00 2001 From: nianhua <1585346868@qq.com> Date: Wed, 19 Jun 2024 17:18:34 +0800 Subject: [PATCH] update --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b22c61f..beb276e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,6 +46,7 @@ else() include_directories( /usr/local/include/ylib /usr/local/include/fastweb + /opt/lua54/include /usr/local/include) add_definitions(-DfPIC) endif() @@ -76,7 +77,7 @@ else() hpsocket ylib crypto - lua + /opt/lua54/lib/liblua.a pthread leveldb )