提交 2f5b04bb 编写于 作者: L liuqi

Fix build example for dsp bug.

上级 d682b731
# Examples # Examples
load("//mace:mace.bzl", "if_openmp_enabled", "if_android") load("//mace:mace.bzl", "if_openmp_enabled", "if_android", "if_hexagon_enabled")
cc_binary( cc_binary(
name = "example_static", name = "example_static",
...@@ -24,7 +24,9 @@ cc_binary( ...@@ -24,7 +24,9 @@ cc_binary(
"//external:gflags_nothreads", "//external:gflags_nothreads",
"//mace/codegen:generated_mace_engine_factory", "//mace/codegen:generated_mace_engine_factory",
"//mace:libmace_static", "//mace:libmace_static",
], ] + if_hexagon_enabled([
"//third_party/nnlib:libhexagon",
]),
) )
cc_binary( cc_binary(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册