mirror of
https://gitee.com/openharmony/ark_runtime_core
synced 2024-11-23 12:50:04 +00:00
Disable static linking for disassembler on MAC platform
There is build error when building ark_disasm for MAC sdk with static linking. So we disable it on MAC. Signed-off-by: qiuyu <qiuyu22@huawei.com>
This commit is contained in:
parent
8289e3e4e3
commit
d5a2d9bd8f
@ -109,7 +109,7 @@ ohos_executable("ark_disasm") {
|
||||
ldflags = [ "-static-libstdc++" ]
|
||||
}
|
||||
|
||||
if (is_standard_system) {
|
||||
if (is_standard_system && !is_mac) {
|
||||
static_link = true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user