diff options
author | Li Jin <dragon-fly@qq.com> | 2023-01-25 23:09:43 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2023-01-25 23:09:43 +0800 |
commit | eae27e600879999e2c26fdb2b62434f251564013 (patch) | |
tree | 765056084d9a320d9b88163aeaf9f5599d4135ac /CMakeLists.txt | |
parent | dd8c5630488564f0c337f1a222e4aae057265b76 (diff) | |
download | yuescript-eae27e600879999e2c26fdb2b62434f251564013.tar.gz yuescript-eae27e600879999e2c26fdb2b62434f251564013.tar.bz2 yuescript-eae27e600879999e2c26fdb2b62434f251564013.zip |
fix.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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") | |||
132 | endif() | 132 | endif() |
133 | 133 | ||
134 | if(CMAKE_DL_LIBS) | 134 | if(CMAKE_DL_LIBS) |
135 | SET(YUE_DEP_LIBS ${LUA_LIBRARIES} " dl") | 135 | SET(YUE_DEP_LIBS ${LUA_LIBRARIES} " " dl) |
136 | else () | 136 | else () |
137 | SET(YUE_DEP_LIBS ${LUA_LIBRARIES}) | 137 | SET(YUE_DEP_LIBS ${LUA_LIBRARIES}) |
138 | endif() | 138 | endif() |