cmake: update kernel name references

This commit is contained in:
2026-05-30 10:14:38 +01:00
parent 87fe2d20ec
commit d879a37cb3
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ file(GLOB arch_sources arch/${CMAKE_SYSTEM_PROCESSOR}/*.S)
add_executable(bootstrap ${c_sources} ${arch_sources})
target_link_libraries(bootstrap
libmango librosetta
libmagenta librosetta
libc-core libc-malloc libc-pthread
libfs-static
liblaunch-static