Skip to content

Commit 3197909

Browse files
committed
[bazel] Fix lldb-dap-Info.plist.in path after 6f84ec3
1 parent 292cfa7 commit 3197909

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)