Skip to content

Commit 5db3579

Browse files
committed
[gn] port d7dd778 (share/clang-doc)
1 parent 918057c commit 5db3579

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/gn/secondary/clang-tools-extra/clang-doc/tool

1 file changed

+1
-1
lines changed

llvm/utils/gn/secondary/clang-tools-extra/clang-doc/tool/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ copy("assets") {
33
"../assets/index.js",
44
"../assets/clang-doc-default-stylesheet.css",
55
]
6-
outputs = [ "$root_build_dir/share/clang/{{source_file_part}}" ]
6+
outputs = [ "$root_build_dir/share/clang-doc/{{source_file_part}}" ]
77
}
88

99
executable("clang-doc") {

0 commit comments

Comments
 (0)