mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
1d4831e647
Announce: https://blog.rust-lang.org/2026/01/22/Rust-1.93.0/ Release notes: https://doc.rust-lang.org/stable/releases.html#version-1930-2026-01-22
15 lines
379 B
Plaintext
15 lines
379 B
Plaintext
Use lldb from ports (lldb from base does not support importing modules)
|
|
|
|
Index: src/etc/rust-lldb
|
|
--- src/etc/rust-lldb.orig
|
|
+++ src/etc/rust-lldb
|
|
@@ -10,7 +10,7 @@ host=$(rustc --print host-tuple)
|
|
RUSTC_SYSROOT=$(rustc --print sysroot)
|
|
RUST_LLDB="$RUSTC_SYSROOT/lib/rustlib/$host/bin/lldb"
|
|
|
|
-lldb=lldb
|
|
+lldb=lldb-19
|
|
if [ -f "$RUST_LLDB" ]; then
|
|
lldb="$RUST_LLDB"
|
|
else
|