We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4146079 commit 82140c1Copy full SHA for 82140c1
src/etc/rust-lldb
@@ -4,7 +4,7 @@
4
set -e
5
6
# Find the host triple so we can find lldb in rustlib.
7
-host=$(rustc -vV | sed -n -e 's/^host: //p')
+host=$(rustc --print host-tuple)
8
9
# Find out where to look for the pretty printer Python module
10
RUSTC_SYSROOT=$(rustc --print sysroot)
0 commit comments