Skip to content

Commit

Permalink
Lagom: Change dl to ${CMAKE_DL_LIBS} for portability
Browse files Browse the repository at this point in the history
  • Loading branch information
vl-ms committed Sep 30, 2022
1 parent 5908873 commit 014e6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meta/Lagom/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,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
Expand Down

0 comments on commit 014e6da

Please sign in to comment.