Skip to content

Commit

Permalink
[build] Do not use gcc-13 for hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium authored and rleh committed May 8, 2023
1 parent 19636e2 commit bfafcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_script_generator/scons/resources/SConscript.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env["COMPILERPREFIX"] = "arm-none-eabi-"
%% endif
%% if family == "darwin"
# Using homebrew gcc on macOS instead of clang
env["COMPILERSUFFIX"] = env.Detect(["gcc-13", "gcc-12", "gcc-11", "gcc-10"])[3:]
env["COMPILERSUFFIX"] = env.Detect(["gcc-12", "gcc-11", "gcc-10"])[3:]
%% endif
%% endif

Expand Down

0 comments on commit bfafcd3

Please sign in to comment.