提交 1944639a 编写于 作者: 李滨

Merge branch 'fix-example-dsp' into 'master'

Fix build example for dsp bug.

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