Skip to content

Commit 9b2383a

Browse files
committed
[scons] Use GCC-10 on hosted-darwin targets
1 parent 6c4a8d6 commit 9b2383a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/build_script_generator/scons/resources/SConscript.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env["BUILDPATH"] = join(env["CONFIG_BUILD_BASE"], profile)
1717
env["BASEPATH"] = abspath(".")
1818
%% if family == "darwin"
1919
# Using homebrew gcc on macOS instead of clang
20-
env["COMPILERSUFFIX"] = env.Detect(["gcc-9", "gcc-8", "gcc-7"])[3:]
20+
env["COMPILERSUFFIX"] = env.Detect(["gcc-10", "gcc-9", "gcc-8", "gcc-7"])[3:]
2121
%% endif
2222
%% endif
2323

0 commit comments

Comments
 (0)