summaryrefslogtreecommitdiff
path: root/Toolchain/CMake/Platform/SerenityOS.cmake
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2022-08-14 12:47:09 +0200
committerLinus Groh <mail@linusgroh.de>2022-09-05 10:12:02 +0100
commit39477e923fcee76742741886944e507d09bc4459 (patch)
tree323c4a48a603b36fb2a964f289327d964c44635e /Toolchain/CMake/Platform/SerenityOS.cmake
parentda0e28dccc7f6ba66ba95f3f1ada4a9a5e87b2ab (diff)
downloadserenity-39477e923fcee76742741886944e507d09bc4459.zip
Toolchain: Remove references to `-ldl`
Diffstat (limited to 'Toolchain/CMake/Platform/SerenityOS.cmake')
-rw-r--r--Toolchain/CMake/Platform/SerenityOS.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Toolchain/CMake/Platform/SerenityOS.cmake b/Toolchain/CMake/Platform/SerenityOS.cmake
index 541620c20b..dc4f369dc0 100644
--- a/Toolchain/CMake/Platform/SerenityOS.cmake
+++ b/Toolchain/CMake/Platform/SerenityOS.cmake
@@ -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")