Skip to content

SerenityOS: Unset CMAKE_DL_LIBS because LibDl no longer exists

Andrew Kaster requested to merge ADKaster/cmake:serenityos-no-libdl into master

Serenity's LibDl was merged into LibC to simplify the build and port infrastructure [1]. Set CMAKE_DL_LIBS to the empty string to match what other platforms do. Update the platform module added by !6837 (merged).

[1] https://github.com/SerenityOS/serenity/pull/14854

Issue: #23589
Backport: release

Edited by Brad King

Merge request reports