summaryrefslogtreecommitdiff
path: root/Documentation/EmacsConfiguration.md
diff options
context:
space:
mode:
authorCyber Gsus <cyber.gsuscode@gmail.com>2022-06-22 20:42:36 +0200
committerAndreas Kling <kling@serenityos.org>2022-06-30 13:16:40 +0200
commit224924885d7464302673af31159e2b85c8822782 (patch)
treefe528c37bef25a22cecef233151657a5cf14f45b /Documentation/EmacsConfiguration.md
parent3c9bf1e1615361bbda83ad057b815814618aee28 (diff)
downloadserenity-224924885d7464302673af31159e2b85c8822782.zip
Documentation: Bump compiler version to `12.1.0` in include paths
Even though we tell the user to change the version manually if it doesn't match with the current `Toolchain/Local/i686/i686-pc-serenity/include/XX.X.X` version, it doesn't hurt to update it properly now that versions differ by major version.
Diffstat (limited to 'Documentation/EmacsConfiguration.md')
-rw-r--r--Documentation/EmacsConfiguration.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/EmacsConfiguration.md b/Documentation/EmacsConfiguration.md
index d0281ff216..bcf9d2afc8 100644
--- a/Documentation/EmacsConfiguration.md
+++ b/Documentation/EmacsConfiguration.md
@@ -13,11 +13,11 @@ CompileFlags:
Add:
- "-D__serenity__"
- "-UNO_TLS"
- - "-I/path/to/serenity/Toolchain/Local/i686/i686-pc-serenity/include/c++/11.2.0"
- - "-I/path/to/serenity/Toolchain/Local/i686/i686-pc-serenity/include/c++/11.2.0/i686-pc-serenity"
+ - "-I/path/to/serenity/Toolchain/Local/i686/i686-pc-serenity/include/c++/12.1.0"
+ - "-I/path/to/serenity/Toolchain/Local/i686/i686-pc-serenity/include/c++/12.1.0/i686-pc-serenity"
```
-You will need to change `/path/to/serenity` and change `11.2.0` to
+You will need to change `/path/to/serenity` and change `12.1.0` to
whatever your GCC toolchain version at the time is.
Run cmake (`Meta/serenity.sh run` or similar) at least once for this