diff options
author | vl-ms <unix@disroot.org> | 2022-09-20 12:58:47 +0300 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2022-10-03 20:36:04 +0100 |
commit | d8b6f3874812e50cd0d23ca832579bb30cb79536 (patch) | |
tree | 7c656581e4f061fd4076ddee5a33400762f3aa53 /Meta | |
parent | 2ff773a6ba4b8ab81bf1f2eacc180a666a2ea204 (diff) | |
download | serenity-d8b6f3874812e50cd0d23ca832579bb30cb79536.zip |
Lagom: Change dl to ${CMAKE_DL_LIBS} for portability
Diffstat (limited to 'Meta')
-rw-r--r-- | Meta/Lagom/CMakeLists.txt | 2 |
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 |