We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ccebe commit 014d668Copy full SHA for 014d668
src/etc/rust-lldb
@@ -10,7 +10,7 @@ host=$(rustc -vV | sed -n -e 's/^host: //p')
10
RUSTC_SYSROOT=$(rustc --print sysroot)
11
RUST_LLDB="$RUSTC_SYSROOT/lib/rustlib/$host/bin/lldb"
12
13
-lldb="/home/vmakaev/oss/rust/build/llvm-release/bin/lldb"
+lldb="lldb"
14
if [ -f "$RUST_LLDB" ]; then
15
lldb="$RUST_LLDB"
16
else
0 commit comments