提交 9332e47b 编写于 作者: O openharmony_ci 提交者: Gitee

!209 AI子系统测试用例增加ldflags项

Merge pull request !209 from Gloria Yin/20210518yinge
......@@ -63,5 +63,8 @@ hcpptest_suite("ActsAiEngineTest") {
"//test/xts/acts/ai_lite/ai_engine_posix/base/src/sample:sample_plugin_2_async",
]
cflags = [ "-Wno-error" ]
ldflags = [ "-lstdc++" ]
ldflags = [
"-lstdc++",
"-ldl",
"-lpthread",]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册