Skip to content

Commit

Permalink
[scons] Use GCC-10 on hosted-darwin targets
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Jul 5, 2020
1 parent 6c4a8d6 commit 9b2383a
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 @@ -17,7 +17,7 @@ env["BUILDPATH"] = join(env["CONFIG_BUILD_BASE"], profile)
env["BASEPATH"] = abspath(".")
%% if family == "darwin"
# Using homebrew gcc on macOS instead of clang
env["COMPILERSUFFIX"] = env.Detect(["gcc-9", "gcc-8", "gcc-7"])[3:]
env["COMPILERSUFFIX"] = env.Detect(["gcc-10", "gcc-9", "gcc-8", "gcc-7"])[3:]
%% endif
%% endif

Expand Down

0 comments on commit 9b2383a

Please sign in to comment.