mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
Revert "Kernel: Don't link against libstdc++"
This reverts commit bde7bc3472
.
This commit is contained in:
parent
67cc7d09a2
commit
21c3045c47
Notes:
sideshowbarker
2024-07-19 06:19:05 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/21c3045c470
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…
Reference in a new issue