[librsvg: 3/7] Makefile.am: use the correct EXEEXT extension for the rsvg-convert binary
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 3/7] Makefile.am: use the correct EXEEXT extension for the rsvg-convert binary
- Date: Thu, 18 Nov 2021 00:55:29 +0000 (UTC)
commit 2f03bdae6aa2655dcbf83bd3ab6c56234e585a70
Author: Federico Mena Quintero <federico gnome org>
Date: Wed Nov 17 13:55:13 2021 -0600
Makefile.am: use the correct EXEEXT extension for the rsvg-convert binary
Copied from msys2 mingw-packages' patches.
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/636>
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index e93714e4..f05d0372 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -226,7 +226,7 @@ $(RSVG_CONVERT_BIN): $(RSVG_CONVERT_SRC)
$(CARGO) --locked build $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) --bin rsvg-convert
rsvg-convert$(EXEEXT): $(RSVG_CONVERT_BIN)
- cd $(LIBRSVG_BUILD_DIR) && mv $(RSVG_CONVERT_BIN) rsvg-convert
+ cd $(LIBRSVG_BUILD_DIR) && mv $(RSVG_CONVERT_BIN) rsvg-convert$(EXEEXT)
dist_man_MANS = rsvg-convert.1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]