mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 20:55:35 +03:00
Ports: Add "-ldl" as CMAKE_DL_LIBS in CMake platform patch
This commit is contained in:
parent
d8110e3bac
commit
da00ccb26a
Notes:
sideshowbarker
2024-07-17 21:16:57 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/da00ccb26a2 Pull-request: https://github.com/SerenityOS/serenity/pull/11760
@ -2,7 +2,7 @@ diff -urp /dev/null a/Modules/Platform/SerenityOS.cmake
|
||||
--- /dev/null 2021-02-11 00:46:13.390326124 +0330
|
||||
+++ a/Modules/Platform/SerenityOS.cmake 2021-02-12 16:31:38.421786222 +0330
|
||||
@@ -0,0 +1,25 @@
|
||||
+set(CMAKE_DL_LIBS "")
|
||||
+set(CMAKE_DL_LIBS "-ldl")
|
||||
+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…
Reference in New Issue
Block a user