cmake: update kernel name references
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -8,7 +8,7 @@ set_target_properties(ld PROPERTIES
|
||||
SUFFIX ".so")
|
||||
|
||||
target_link_libraries(ld
|
||||
libc-core libc-malloc libc-io libmango librosetta libxpc-static
|
||||
libc-core libc-malloc libc-io libmagenta librosetta libxpc-static
|
||||
interface::fs)
|
||||
|
||||
target_compile_options(ld PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user