summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorvl-ms <unix@disroot.org>2022-09-20 12:58:47 +0300
committerSam Atkins <atkinssj@gmail.com>2022-10-03 20:36:04 +0100
commitd8b6f3874812e50cd0d23ca832579bb30cb79536 (patch)
tree7c656581e4f061fd4076ddee5a33400762f3aa53 /Meta
parent2ff773a6ba4b8ab81bf1f2eacc180a666a2ea204 (diff)
downloadserenity-d8b6f3874812e50cd0d23ca832579bb30cb79536.zip
Lagom: Change dl to ${CMAKE_DL_LIBS} for portability
Diffstat (limited to 'Meta')
-rw-r--r--Meta/Lagom/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt
index dcaa8fcf40..4b89801627 100644
--- a/Meta/Lagom/CMakeLists.txt
+++ b/Meta/Lagom/CMakeLists.txt
@@ -394,7 +394,7 @@ if (BUILD_LAGOM)
file(GLOB LIBGPU_SOURCES CONFIGURE_DEPENDS "../../Userland/Libraries/LibGPU/*.cpp")
lagom_lib(GPU gpu
SOURCES ${LIBGPU_SOURCES}
- LIBS dl
+ LIBS ${CMAKE_DL_LIBS}
)
# GL