diff options
Diffstat (limited to 'BUILD.gn')
-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. |