Skip to content

Commit

Permalink
Allow build-examples to build darwin-x64-rpc-console
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Nov 15, 2021
1 parent da558a9 commit b14035f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions build/toolchain/host/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ gcc_toolchain("${host_os}_${host_cpu}_clang") {
}
}

gcc_toolchain("fake_${host_cpu}_gcc") {
toolchain_args = {
current_os = host_os
current_os = host_os
current_cpu = host_cpu
is_clang = false
chip_fake_platform = true
if (defined(chip_fake_plaform)) {
gcc_toolchain("fake_${host_cpu}_gcc") {
toolchain_args = {
current_os = host_os
current_os = host_os
current_cpu = host_cpu
is_clang = false
chip_fake_platform = true
}
}
}

0 comments on commit b14035f

Please sign in to comment.