reset_change

Signed-off-by: chenshixu1 <chenshixu1@huawei.com>
This commit is contained in:
chenshixu1 2023-12-18 11:26:57 +08:00
parent 1eb363b0e7
commit c526795068

View File

@ -43,7 +43,7 @@ config("appspawn_config") {
if (!defined(ohos_lite)) {
ohos_executable("appspawn") {
defines = []
if (target_cpu == "arm64" || target_cpu == "x86_64") {
if (target_cpu == "arm64") {
defines += [ "webview_arm64" ]
}
if (target_cpu == "x86_64") {