File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tools/build_script_generator/scons/resources Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
export HOMEBREW_NO_INSTALL_CLEANUP=1 # saves time
26
26
brew update
27
27
# brew unlink gcc
28
- brew install doxygen boost gcc@14 avr-gcc@14 arm-gcc-bin@14 cmake || true
28
+ brew install doxygen boost gcc@14 avr-gcc@14 arm-gcc-bin@14 || true
29
29
brew link --force avr-gcc@14 arm-gcc-bin@14
30
- # brew upgrade boost gcc git || true
30
+ # brew upgrade boost gcc git cmake || true
31
31
32
32
- name : Setup environment - Python pip
33
33
run : |
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ env["COMPILERPREFIX"] = "avr-"
22
22
env["COMPILERPREFIX"] = "arm-none-eabi-"
23
23
%% endif
24
24
%% if family == "darwin"
25
- # Using homebrew gcc-14 on macOS instead of clang
26
- env["COMPILERSUFFIX"] = " -14"
25
+ # Using homebrew gcc on macOS instead of clang
26
+ env["COMPILERSUFFIX"] = env.Detect(["gcc -14", "gcc-15"])[3:]
27
27
%% endif
28
28
%% endif
29
29
You can’t perform that action at this time.
0 commit comments