mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-04 05:19:58 +03:00
Toolchain: Update cmake platform definition
This fixes building cmake and other ports which use cmake to detect whether we have -ldl.
This commit is contained in:
parent
6a825510a0
commit
e6953d14d8
Notes:
sideshowbarker
2024-07-18 19:07:10 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/e6953d14d8e Pull-request: https://github.com/SerenityOS/serenity/pull/6611
@ -1,4 +1,4 @@
|
||||
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