mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Toolchain: Remove references to -ldl
This commit is contained in:
parent
da0e28dccc
commit
39477e923f
Notes:
sideshowbarker
2024-07-17 08:59:18 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/39477e923f Pull-request: https://github.com/SerenityOS/serenity/pull/14854
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
set(SERENITYOS 1)
|
||||
|
||||
set(CMAKE_DL_LIBS "-ldl")
|
||||
set(CMAKE_DL_LIBS "")
|
||||
set(CMAKE_SHARED_LIBRARY_RPATH_ORIGIN_TOKEN "\$ORIGIN")
|
||||
set(CMAKE_SHARED_LIBRARY_SUFFIX ".so")
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ index 9b94fd71e..51e45878f 100755
|
|||
|
||||
+ serenity*)
|
||||
+ lt_cv_dlopen="dlopen"
|
||||
+ lt_cv_dlopen_libs="-ldl"
|
||||
+ lt_cv_dlopen_libs=""
|
||||
+ ;;
|
||||
+
|
||||
darwin*)
|
||||
|
|
Loading…
Reference in a new issue