mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2026-05-28 18:06:32 +03:00
openwrt: Disable C++ modules support
This commit is contained in:
@@ -41,7 +41,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 ||
|
||||
|
||||
Reference in New Issue
Block a user