From 1f2bd09d57a58371bf99552e5df62e4f667c8e3c Mon Sep 17 00:00:00 2001 From: Max Wash Date: Fri, 6 Mar 2026 20:20:18 +0000 Subject: [PATCH] systemd: update dependencies --- programs/systemd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/systemd/CMakeLists.txt b/programs/systemd/CMakeLists.txt index 0f91d10..cb975b8 100644 --- a/programs/systemd/CMakeLists.txt +++ b/programs/systemd/CMakeLists.txt @@ -1,6 +1,6 @@ file(GLOB sources *.c) add_executable(systemd ${sources}) -target_link_libraries(systemd libc libc-rt liblaunch libmango) +target_link_libraries(systemd libc libc-runtime liblaunch libmango) sysroot_add_program( NAME systemd