From eae27e600879999e2c26fdb2b62434f251564013 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 25 Jan 2023 23:09:43 +0800 Subject: fix. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 125550f..1181c3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,7 +132,7 @@ elseif (${CMAKE_BUILD_TYPE} MATCHES "Release") endif() if(CMAKE_DL_LIBS) - SET(YUE_DEP_LIBS ${LUA_LIBRARIES} " dl") + SET(YUE_DEP_LIBS ${LUA_LIBRARIES} " " dl) else () SET(YUE_DEP_LIBS ${LUA_LIBRARIES}) endif() -- cgit v1.2.3-55-g6feb