commit | 4fa0d157bc43e5cef2db800099fc9bb3b7e10b76 | [log] [tgz] |
---|---|---|
author | Andrew Kaster <akaster@serenityos.org> | Fri Oct 14 11:18:24 2022 -0600 |
committer | Brad King <brad.king@kitware.com> | Mon Oct 17 10:13:47 2022 -0400 |
tree | db4b7e9094de216dc8a2617e8a6996b9081be430 | |
parent | 787fc8caa8c46b7c29e05c9b367f8e85665845d4 [diff] |
SerenityOS: Unset CMAKE_DL_LIBS because LibDl no longer exists 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 commit 45ca894164 (SerenityOS: Add Platform module, 2022-01-02, v3.25.0-rc1~635^2). [1] https://github.com/SerenityOS/serenity/pull/14854 Issue: #23589