mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
Kernel: Don't link against libstdc++
It has nothing we need anymore :^)
This commit is contained in:
parent
6d0d848720
commit
bde7bc3472
Notes:
sideshowbarker
2024-07-19 06:20:36 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/bde7bc3472e Pull-request: https://github.com/SerenityOS/serenity/pull/2242 Reviewed-by: https://github.com/bugaevc
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
Reference in a new issue