Lagom: Change dl to ${CMAKE_DL_LIBS} for portability

This commit is contained in:
vl-ms 2022-09-20 12:58:47 +03:00 committed by Sam Atkins
parent 2ff773a6ba
commit d8b6f38748
Notes: sideshowbarker 2024-07-17 11:30:54 +09:00

View file

@ -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