!9664 arkui-x update master OH to weekly_20241007 and OH fix build bug

Merge pull request !9664 from mufeng521/mufeng_master_oh_weekly_20241007
This commit is contained in:
oh_ci 2024-10-12 01:17:40 +00:00 committed by Gitee
commit 7b0898abdf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -18,7 +18,7 @@
#include <cstdint>
#include "ecmascript/platform/ecma_string_hash.h"
#ifdef PANDA_TARGET_ARM64
#if defined(PANDA_TARGET_ARM64) && !defined(PANDA_TARGET_MACOS)
#include "ecmascript/platform/arm64/ecma_string_hash_internal.h"
#else
#include "ecmascript/platform/common/ecma_string_hash_internal.h"