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 2525 export HOMEBREW_NO_INSTALL_CLEANUP=1 # saves time
2626 brew update
2727 # 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
2929 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
3131
3232 - name : Setup environment - Python pip
3333 run : |
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ env["COMPILERPREFIX"] = "avr-"
2222env["COMPILERPREFIX"] = "arm-none-eabi-"
2323%% endif
2424%% 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:]
2727%% endif
2828%% endif
2929
You can’t perform that action at this time.
0 commit comments