libffi_x86 Signed-off-by: huang-xl<huangxiaolong1@huawei.com>

Signed-off-by: huang-xl <huangxiaolong1@huawei.com>
Change-Id: I21379edaede4feefc26afa34b6135a00830e4a65
This commit is contained in:
huang-xl
2022-06-20 21:21:51 +08:00
parent b4bac56480
commit 7358103ceb
+2 -2
View File
@@ -53,13 +53,13 @@ if (target_cpu == "arm") {
ohos_source_set("ffi_source") {
sources = [
"src/x86/ffi64.c",
"src/x86/unix64.S",
"src/closures.c",
"src/java_raw_api.c",
"src/prep_cif.c",
"src/raw_api.c",
"src/types.c",
"src/x86/ffi64.c",
"src/x86/unix64.S",
]
configs = [ ":ffi_config" ]