mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2025-03-07 11:44:41 +00:00
fix: scope switch update
Signed-off-by: Far <yesiyuan2@huawei.com>
This commit is contained in:
parent
e4d415a243
commit
4b609edb23
@ -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" ]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user