1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:17:45 +00:00

Toolchain/Ports: Update to gcc 10.1.0

This commit is contained in:
Shannon Booth 2020-05-16 16:52:49 +12:00 committed by Andreas Kling
parent 113a95e9e1
commit 2ffbdf5680
7 changed files with 115 additions and 116 deletions

View file

@ -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}