# HG changeset patch
# User etisserant <edouard.tisserant@gmail.com>
# Date 1673901767 0
# Node ID e31e95e05a3c2ac56a81e7a5a9ba368fff1d24eb
# Parent  a34b1c817ffb06507609649c6d80426b309c438b
Add MSYS2' make to windows installer

diff -r a34b1c817ffb -r e31e95e05a3c windows_installer.mk
--- a/windows_installer.mk	Mon Jan 16 15:46:02 2023 +0000
+++ b/windows_installer.mk	Mon Jan 16 20:42:47 2023 +0000
@@ -40,7 +40,7 @@
 	touch $@
 
 $(mingw32dir)/.stamp: $(msysdir)/.stamp 
-	$(call pacman_install, mingw-w64-i686-gcc)
+	$(call pacman_install, mingw-w64-i686-gcc make)
 	touch $@
 
 # this takes just a fraction of msys2, but for now only this is needed