mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 09:06:08 +00:00
Kernel: Stop building ctype.cpp into the Kernel
Since AK no longer includes ctype.h, we don't have to build ctype.cpp in the Kernel anymore.
This commit is contained in:
parent
f0fcbb7751
commit
4f29d285dd
Notes:
sideshowbarker
2024-07-18 10:14:42 +09:00
Author: https://github.com/MaxWipfli
Commit: 4f29d285dd
Pull-request: https://github.com/SerenityOS/serenity/pull/8494
1 changed files with 0 additions and 5 deletions
|
@ -335,10 +335,6 @@ set(CRYPTO_SOURCES
|
|||
../Userland/Libraries/LibCrypto/Hash/SHA2.cpp
|
||||
)
|
||||
|
||||
set(C_SOURCES
|
||||
../Userland/Libraries/LibC/ctype.cpp
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
${KERNEL_SOURCES}
|
||||
${AK_SOURCES}
|
||||
|
@ -346,7 +342,6 @@ set(SOURCES
|
|||
${VT_SOURCES}
|
||||
${KEYBOARD_SOURCES}
|
||||
${CRYPTO_SOURCES}
|
||||
${C_SOURCES}
|
||||
)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-warning-option -Wvla -Wnull-dereference")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue