mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +00:00
Kernel: Don't link against libstdc++
It has nothing we need anymore :^)
This commit is contained in:
parent
6d0d848720
commit
bde7bc3472
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ else()
|
|||
endif()
|
||||
|
||||
add_executable(Kernel ${SOURCES})
|
||||
target_link_libraries(Kernel gcc stdc++)
|
||||
target_link_libraries(Kernel gcc)
|
||||
add_dependencies(Kernel boot)
|
||||
install(TARGETS Kernel RUNTIME DESTINATION boot)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue