mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 14:50:18 +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
Notes:
sideshowbarker
2024-07-18 19:31:02 +09:00
Author: https://github.com/gunnarbeutner
Commit: 7edfe02dff
Pull-request: https://github.com/SerenityOS/serenity/pull/6402
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