Toolchain: Upgrade to GCC 10.2.0

This commit is contained in:
Andreas Kling 2020-10-12 11:38:50 +02:00
commit 75d5f436bc
Notes: sideshowbarker 2024-07-19 01:55:43 +09:00
4 changed files with 8 additions and 8 deletions

View file

@ -26,7 +26,7 @@ set(INCLUDE_DIRS
"serenity/Libraries/LibPthread"
"serenity/Libraries/LibM"
"serenity/Services"
"serenity/Toolchain/Local/i686-pc-serenity/include/c++/10.1.0"
"serenity/Toolchain/Local/i686-pc-serenity/include/c++/10.2.0"
"serenity/Build/Services"
"serenity/Build/Libraries")