rust_uno/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 31890405f351aeb9a715facea1228ec359284adb Author: Rene Engelhard <r...@rene-engelhard.de> AuthorDate: Sat Sep 13 10:44:39 2025 +0200 Commit: René Engelhard <r...@rene-engelhard.de> CommitDate: Mon Sep 15 16:29:07 2025 +0200 fix comment it tells the reverse than what actually happens. it us alreadY mentioned correctly some lines below Change-Id: I8501800588bf8b7455a94acdbf0c9952682b2dee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190914 Reviewed-by: René Engelhard <r...@debian.org> Tested-by: Jenkins diff --git a/rust_uno/build.rs b/rust_uno/build.rs index 5d25a125b4fc..5f383acdbab3 100644 --- a/rust_uno/build.rs +++ b/rust_uno/build.rs @@ -9,7 +9,7 @@ //! Build script for rust_uno crate //! -//! Links the generated C++ bridge library (librust_uno-cpp.so) to the Rust cdylib +//! Links the Rust cdylib against the generated C++ bridge library (librust_uno-cpp.so) fn main() { // Tell cargo to link against the rust_uno-cpp library