提交 b253a785 编写于 作者: J jiyong

修复绝对路径问题

Signed-off-by: Njiyong <jiyong@huawei.com>
上级 affa8395
......@@ -227,7 +227,7 @@ action("cpLibuv") {
script = "cplibuv.sh"
outputs = [ "${target_out_dir}/cplibuv.log" ]
root_libuv_path = rebase_path("//")
args = ["$root_libuv_path"]
args = [ "$root_libuv_path" ]
deps = [
":ActsLibuvTest",
":libuvruntest",
......
......@@ -156,7 +156,7 @@ action("cpvkgl") {
script = "cpvkgl.sh"
outputs = [ "${target_out_dir}/cpvkgl.log" ]
root_vkgl_path = rebase_path("//")
args = ["$root_vkgl_path"]
args = [ "$root_vkgl_path" ]
deps = [
":VKGLCTSTest",
"//third_party/vk-gl-cts/framework/platform:glcts",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册