mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
Toolchain: Fix cmake definition for CMAKE_DL_LIBS
We don't have libdl (yet) so update the CMAKE_DL_LIBRARY definition to match.
This commit is contained in:
parent
90f8bc7297
commit
7edfe02dff
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
set(CMAKE_DL_LIBS "dl")
|
||||
set(CMAKE_DL_LIBS "")
|
||||
set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-Wl,-rpath,")
|
||||
set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":")
|
||||
set(CMAKE_SHARED_LIBRARY_RPATH_ORIGIN_TOKEN "\$ORIGIN")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue