Add MSYS2' make to windows installer
authoretisserant <edouard.tisserant@gmail.com>
Mon, 16 Jan 2023 20:42:47 +0000
changeset 111 e31e95e05a3c
parent 110 a34b1c817ffb
child 112 b78f14613a6c
Add MSYS2' make to windows installer
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