From d8b6f3874812e50cd0d23ca832579bb30cb79536 Mon Sep 17 00:00:00 2001 From: vl-ms Date: Tue, 20 Sep 2022 12:58:47 +0300 Subject: [PATCH] Lagom: Change dl to ${CMAKE_DL_LIBS} for portability --- Meta/Lagom/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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