fix: scope switch update

Signed-off-by: Far <yesiyuan2@huawei.com>
This commit is contained in:
Far 2024-06-12 10:41:47 +08:00
parent e4d415a243
commit 4b609edb23

View File

@ -263,6 +263,7 @@ foreach(item, ace_platforms) {
}
}
if (defined(use_origin_scope) && use_origin_scope) {
if ((defined(use_origin_scope) && use_origin_scope) ||
(defined(force_scope) && force_scope)) {
ace_common_defines += [ "USE_ORIGIN_SCOPE" ]
}