Skip to content

Commit d652be4

Browse files
erjiaqingrestyled-commits
andauthoredNov 10, 2020
[controller] Build CHIP Device Controller for arm64 (project-chip#3726)
* [controller] Build CHIP Device Controller for arm64 * Restyled by gn Co-authored-by: Restyled.io <commits@restyled.io>
1 parent e4ac46a commit d652be4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎BUILD.gn

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ import("${chip_root}/build/chip/tools.gni")
2828
if (current_toolchain != "${dir_pw_toolchain}/dummy:dummy") {
2929
declare_args() {
3030
chip_enable_python_modules =
31-
(current_os == "mac" || current_os == "linux") && host_cpu == "x64"
31+
(current_os == "mac" || current_os == "linux") &&
32+
(host_cpu == "x64" || host_cpu == "arm64")
3233
}
3334

3435
# This is a real toolchain. Build CHIP.

0 commit comments

Comments
 (0)
Please sign in to comment.