mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:47:34 +00:00
Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"
This reverts commit c1eb744ff0
.
This commit is contained in:
parent
3d02b23af5
commit
250c3b363d
11 changed files with 10 additions and 15 deletions
|
@ -161,9 +161,6 @@ if (${CMAKE_HOST_SYSTEM_NAME} MATCHES SerenityOS)
|
|||
else()
|
||||
include_directories(../Toolchain/Local/i686-pc-serenity/include/c++/10.1.0/)
|
||||
include_directories(../Toolchain/Local/i686-pc-serenity/include/c++/10.1.0/i686-pc-serenity/)
|
||||
# FIXME: Many files include <LibC/sys/ioctl_numbers.h> and <LibC/errno_numbers.h>
|
||||
# With -nostdinc, this makes it interesting to include these headers properly
|
||||
include_directories(../Libraries/LibC)
|
||||
endif()
|
||||
|
||||
add_executable(Kernel ${SOURCES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue