mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-19 12:32:32 +01:00
14 lines
305 B
Diff
14 lines
305 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 6afe703..08bd745 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -251,7 +251,7 @@ target_link_libraries(
|
|
CURL::libcurl
|
|
jwt-cpp::jwt-cpp
|
|
libzip::zip
|
|
- lua
|
|
+ ${LUA_LIBRARIES}
|
|
sodium
|
|
SQLite::SQLite3
|
|
torrent-rasterbar
|