mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:17:45 +00:00
Lagom: Change dl to ${CMAKE_DL_LIBS} for portability
This commit is contained in:
parent
2ff773a6ba
commit
d8b6f38748
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue