Skip to content

Commit 01cb390

Browse files
committed
[gn] follow up to CLANG_DOC_TEST_ASSET_DIR
Left a comment here: #138062 (comment)
1 parent d045eb1 commit 01cb390

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ write_cmake_config("config") {
55
input = "config.h.cmake"
66
output = "$target_gen_dir/config.h"
77
values = [
8-
"CLANG_DOC_TEST_ASSET_DIR=",
8+
"CLANG_DOC_TEST_ASSET_DIR=" +
9+
rebase_path("//clang-tools-extra/clang-doc/assets"),
910
]
1011
}
1112

0 commit comments

Comments
 (0)