Skip to content

Commit 014d668

Browse files
Remove local path used for "lldb" for testsing
1 parent 61ccebe commit 014d668

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="/home/vmakaev/oss/rust/build/llvm-release/bin/lldb"
13+
lldb="lldb"
1414
if [ -f "$RUST_LLDB" ]; then
1515
lldb="$RUST_LLDB"
1616
else

0 commit comments

Comments
 (0)