[librsvg: 22/33] Fix RUST_LIB name in Makefile.am




commit a9e23cee2cc506401e5c548112303208e4d7a288
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Oct 30 13:14:24 2020 -0600

    Fix RUST_LIB name in Makefile.am

 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 00bf0fad..99c56b1e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -153,9 +153,9 @@ CARGO_TARGET_DIR=$(LIBRSVG_BUILD_DIR)/target
 if LIB_NAME_WORKAROUND
 # Workaround for https://github.com/rust-lang/rust/issues/69904
 # can be removed when our minimum Rust version is at least 1.44.
-RUST_LIB=$(CARGO_TARGET_DIR)/$(RUST_TARGET_SUBDIR)/rsvg_c_api.lib
+RUST_LIB=$(CARGO_TARGET_DIR)/$(RUST_TARGET_SUBDIR)/liblibrsvg.lib
 else
-RUST_LIB=$(CARGO_TARGET_DIR)/$(RUST_TARGET_SUBDIR)/librsvg_c_api.a
+RUST_LIB=$(CARGO_TARGET_DIR)/$(RUST_TARGET_SUBDIR)/liblibrsvg.a
 endif
 
 check-local:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]