mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
Toolchain/Ports: Update to gcc 10.1.0
This commit is contained in:
parent
113a95e9e1
commit
2ffbdf5680
7 changed files with 115 additions and 116 deletions
|
@ -25,7 +25,7 @@ set(INCLUDE_DIRS
|
|||
"serenity/Libraries/LibC"
|
||||
"serenity/Libraries/LibPthread"
|
||||
"serenity/Services"
|
||||
"serenity/Toolchain/Local/i686-pc-serenity/include/c++/9.3.0")
|
||||
"serenity/Toolchain/Local/i686-pc-serenity/include/c++/10.1.0")
|
||||
|
||||
add_library(serenity
|
||||
${AK_SOURCES}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue