Skip to content

Commit

Permalink
Toolchain: Remove references to -ldl
Browse files Browse the repository at this point in the history
  • Loading branch information
timschumi authored and linusg committed Sep 5, 2022
1 parent da0e28d commit 39477e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Toolchain/CMake/Platform/SerenityOS.cmake
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ index 9b94fd71e..51e45878f 100755

+ serenity*)
+ lt_cv_dlopen="dlopen"
+ lt_cv_dlopen_libs="-ldl"
+ lt_cv_dlopen_libs=""
+ ;;
+
darwin*)
Expand Down

0 comments on commit 39477e9

Please sign in to comment.