Skip to content

Commit 530c5b8

Browse files
Update rust-lldb
1 parent 014d668 commit 530c5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/rust-lldb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ host=$(rustc -vV | sed -n -e 's/^host: //p')
1010
RUSTC_SYSROOT=$(rustc --print sysroot)
1111
RUST_LLDB="$RUSTC_SYSROOT/lib/rustlib/$host/bin/lldb"
1212

13-
lldb="lldb"
13+
lldb=lldb
1414
if [ -f "$RUST_LLDB" ]; then
1515
lldb="$RUST_LLDB"
1616
else

0 commit comments

Comments
 (0)