We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b7747 commit 0e1fc86Copy full SHA for 0e1fc86
docs/src/guide/installation.md
@@ -196,7 +196,7 @@ brew link --force avr-gcc@13
196
To compile modm *for x86_64 macOS* you need to install these tools too:
197
198
```sh
199
-brew install boost gcc
+brew install boost gcc@13
200
```
201
202
tools/build_script_generator/scons/resources/SConscript.in
@@ -22,8 +22,8 @@ env["COMPILERPREFIX"] = "avr-"
22
env["COMPILERPREFIX"] = "arm-none-eabi-"
23
%% endif
24
%% if family == "darwin"
25
-# Using homebrew gcc-12 on macOS instead of clang
26
-env["COMPILERSUFFIX"] = "-12"
+# Using homebrew gcc-13 on macOS instead of clang
+env["COMPILERSUFFIX"] = "-13"
27
28
29
0 commit comments