mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 08:18:55 +00:00
Lagom: Change dl to ${CMAKE_DL_LIBS} for portability
This commit is contained in:
parent
2ff773a6ba
commit
d8b6f38748
Notes:
sideshowbarker
2024-07-17 11:30:54 +09:00
Author: https://github.com/vl-ms 🔰
Commit: d8b6f38748
Pull-request: https://github.com/SerenityOS/serenity/pull/15295
Reviewed-by: https://github.com/ADKaster ✅
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