Skip to content

Commit

Permalink
Update rust-lldb
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMakaev committed May 3, 2024
1 parent 014d668 commit 530c5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/rust-lldb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ host=$(rustc -vV | sed -n -e 's/^host: //p')
RUSTC_SYSROOT=$(rustc --print sysroot)
RUST_LLDB="$RUSTC_SYSROOT/lib/rustlib/$host/bin/lldb"

lldb="lldb"
lldb=lldb
if [ -f "$RUST_LLDB" ]; then
lldb="$RUST_LLDB"
else
Expand Down

0 comments on commit 530c5b8

Please sign in to comment.