rust_uno/Library_rust_uno-example.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8c49aa4f451373f2af87d96737e8c601e698ec4d Author: Mike Kaganski <[email protected]> AuthorDate: Wed Nov 26 08:57:04 2025 +0100 Commit: Mike Kaganski <[email protected]> CommitDate: Wed Nov 26 10:34:03 2025 +0100 Rust Bindings: fix Windows build of rust_uno-example After commit 295c988cadd382cc4561c20e646225454a049488 (Rust Bindings: Improve library linking for rust_uno-example, 2025-11-25). Change-Id: I2d79ebfbb47bbbf2fc4e7d1a3cca710b1d9eabda Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194545 Code-Style: Mike Kaganski <[email protected]> Tested-by: Jenkins Reviewed-by: Mike Kaganski <[email protected]> diff --git a/rust_uno/Library_rust_uno-example.mk b/rust_uno/Library_rust_uno-example.mk index 8c4b5972575b..42cd1b6ba8f4 100644 --- a/rust_uno/Library_rust_uno-example.mk +++ b/rust_uno/Library_rust_uno-example.mk @@ -34,7 +34,7 @@ $(call gb_Library_get_target,rust_uno-example): $(call gb_CustomTarget_get_targe ifneq ($(filter WNT,$(OS_FOR_BUILD)),) # Windows-specific flags $(eval $(call gb_Library_add_libs,rust_uno-example,\ - $(SRCDIR)/rust_uno/target/release/rust_uno.lib \ + $(SRCDIR)/rust_uno/target/release/rust_uno.dll.lib \ )) else # Unix/Linux with RPATH
