fix mac bug

Signed-off-by: fangting <fangting12@huawei.com>
This commit is contained in:
fangting 2023-12-22 09:38:13 +08:00
parent 8602729bf8
commit c63ff434e3
3 changed files with 4 additions and 2 deletions

View File

@ -510,6 +510,8 @@ config("ecma_test_config") {
}
if (!is_mac) {
ldflags = [ "-Wl,-rpath=\$ORIGIN/" ]
} else {
ldflags = [ "-Wl" ]
}
if (!ark_standalone_build) {

View File

@ -313,7 +313,7 @@ group("ark_aot_test") {
]
if (is_mac) {
deps = [
deps -= [
":ark_aot_js_test",
":ark_aot_ts_test",
"aot_type_test:aot_type_test",

View File

@ -1663,7 +1663,7 @@ template("host_quickfix_test_action") {
quickfix_options = " --merge-abc true "
if (is_mac) {
quickfix_optios = " --merge-abc true --asm-interpreter=false"
quickfix_options = " --merge-abc true --asm-interpreter=false"
}
args = [