mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:27:46 +00:00
Revert "Kernel: Don't link against libstdc++"
This reverts commit bde7bc3472
.
This commit is contained in:
parent
67cc7d09a2
commit
21c3045c47
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ else()
|
|||
endif()
|
||||
|
||||
add_executable(Kernel ${SOURCES})
|
||||
target_link_libraries(Kernel gcc)
|
||||
target_link_libraries(Kernel gcc stdc++)
|
||||
add_dependencies(Kernel boot)
|
||||
install(TARGETS Kernel RUNTIME DESTINATION boot)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue