diff options
author | Jihoon Jung <jh8801.jung@samsung.com> | 2021-04-22 08:27:49 +0900 |
---|---|---|
committer | Jihoon Jung <jh8801.jung@samsung.com> | 2021-04-22 10:17:42 +0900 |
commit | a16b2c4354d25787cea695a93c02771b0059d80b (patch) | |
tree | 12c73b7102a33de8b39d6ed66ccc8f2ed5991f9e | |
parent | b51afa0b88f72a733e03992d77d453f17daba75b (diff) | |
download | connectedhomeip-tizen_6.5.tar.gz connectedhomeip-tizen_6.5.tar.bz2 connectedhomeip-tizen_6.5.zip |
Fix for x86_64 build failtizen_6.5.m2_releasesubmit/tizen_6.5/20211028.163301submit/tizen/20210422.012512accepted/tizen/unified/20210422.090456accepted/tizen/6.5/unified/20211028.223126tizen_6.5sandbox/wangbiao/qemu-5.2accepted/tizen_6.5_unified
Change-Id: I1c5e69a563f4cda019a0623830460e3f800d524f
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
-rw-r--r-- | BUILD.gn | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -29,8 +29,7 @@ import("${chip_root}/build/chip/tools.gni") if (current_toolchain != "${dir_pw_toolchain}/dummy:dummy") { declare_args() { - chip_enable_python_modules = - (current_os == "mac" || current_os == "linux") && host_cpu == "x64" + chip_enable_python_modules = false } # This is a real toolchain. Build CHIP. |