openwrt: Disable C++ modules support
parent
18ba076489
commit
972b6d77c6
|
|
@ -43,7 +43,7 @@ android_supported_cpus = [
|
|||
]
|
||||
clang_modules_platform_supported =
|
||||
# s390x should work, but IBM doesn't want it enabled for that cpu arch.
|
||||
(is_linux && current_cpu != "s390x") ||
|
||||
(is_linux && current_cpu != "s390x" && current_os != "openwrt") ||
|
||||
(is_android &&
|
||||
filter_include(android_supported_cpus, [ current_cpu ]) != []) ||
|
||||
is_apple || is_fuchsia || is_chromeos ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue