Skip to content

Commit b82673d

Browse files
d0kgithub-actions[bot]
authored andcommitted
Automerge: [bazel] Fix lldb-dap-Info.plist.in path after 6f84ec3
2 parents f11172a + 3197909 commit b82673d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/lldb/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ expand_template(
10221022
substitutions = {
10231023
"${LLDB_VERSION}": PACKAGE_VERSION,
10241024
},
1025-
template = "tools/lldb-dap/lldb-dap-Info.plist.in",
1025+
template = "tools/lldb-dap/tool/lldb-dap-Info.plist.in",
10261026
)
10271027

10281028
gentbl_cc_library(

0 commit comments

Comments
 (0)