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