From 88cc45521697f32ea1dc8073e3a3285ef3f3cd21 Mon Sep 17 00:00:00 2001 From: Manuel Drehwald Date: Sat, 19 Sep 2026 00:10:53 -0400 Subject: [PATCH] Offload binaries now work out-of-the-box --- src/offload/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/offload/usage.md b/src/offload/usage.md index 9d61a5a87c..2570d60b26 100644 --- a/src/offload/usage.md +++ b/src/offload/usage.md @@ -98,7 +98,7 @@ RUSTFLAGS="--emit=llvm-bc,llvm-ir -Csave-temps -Zoffload=Host=$PWD/target/amdgcn In the final step, you can now run your binary ``` -LD_LIBRARY_PATH=$(rustc +nightly --print sysroot)/lib ./target/x86_64-unknown-linux-gnu/release/binary-name +./target/x86_64-unknown-linux-gnu/release/binary-name all checks passed! ```