mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
Toolchain: Remove references to -ldl
This commit is contained in:
parent
da0e28dccc
commit
39477e923f
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
set(SERENITYOS 1)
|
set(SERENITYOS 1)
|
||||||
|
|
||||||
set(CMAKE_DL_LIBS "-ldl")
|
set(CMAKE_DL_LIBS "")
|
||||||
set(CMAKE_SHARED_LIBRARY_RPATH_ORIGIN_TOKEN "\$ORIGIN")
|
set(CMAKE_SHARED_LIBRARY_RPATH_ORIGIN_TOKEN "\$ORIGIN")
|
||||||
set(CMAKE_SHARED_LIBRARY_SUFFIX ".so")
|
set(CMAKE_SHARED_LIBRARY_SUFFIX ".so")
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ index 9b94fd71e..51e45878f 100755
|
||||||
|
|
||||||
+ serenity*)
|
+ serenity*)
|
||||||
+ lt_cv_dlopen="dlopen"
|
+ lt_cv_dlopen="dlopen"
|
||||||
+ lt_cv_dlopen_libs="-ldl"
|
+ lt_cv_dlopen_libs=""
|
||||||
+ ;;
|
+ ;;
|
||||||
+
|
+
|
||||||
darwin*)
|
darwin*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue