1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:28:13 +00:00

Toolchain: Upgrade to GCC 10.2.0

This commit is contained in:
Andreas Kling 2020-10-12 11:38:50 +02:00
parent b82f2df4c8
commit 75d5f436bc
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")