提交 ba743754 编写于 作者: M Maxim Polyakov 提交者: sosnin-vladimir

Fix dependency problem for test-malloc-info

Signed-off-by: NMaxim Polyakov <polyakov.maksim@huawei.com>
上级 a474caea
......@@ -13,7 +13,6 @@
* limitations under the License.
*/
#include <stdio.h>
#include <malloc.h>
#include <stdlib.h>
......
......@@ -132,9 +132,7 @@ template("test_unittest") {
}
if (target_name == "test-malloc-info") {
include_dirs += [ "//third_party/libxml2/include" ]
lib_dirs = [ "//${root_out_dir}/thirdparty/libxml2" ]
libs += [ "xml2.z" ]
deps = [ "//third_party/libxml2:xml2" ]
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册