mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:17:34 +00:00
Toolchain: Update cmake platform definition
This fixes building cmake and other ports which use cmake to detect whether we have -ldl.
This commit is contained in:
parent
6a825510a0
commit
e6953d14d8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
set(CMAKE_DL_LIBS "")
|
||||
set(CMAKE_DL_LIBS "-ldl")
|
||||
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