From a99beac083b218cb982db9f9a7fb3d9deca3eb88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 3 Jan 2024 10:23:53 +0100 Subject: [PATCH] Windows package: add missing rule for creating tarballs directory [skip ci] --- windows/deps/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/deps/Makefile b/windows/deps/Makefile index c49fdc20a..8e8f59d74 100644 --- a/windows/deps/Makefile +++ b/windows/deps/Makefile @@ -157,6 +157,7 @@ mingw64: tarballs/mingw-w64-x86_64-gcc-$(MINGW64_GCC_VERSION)-any.pkg.tar.zst ta touch $@ tarballs/mingw-w64-x86_64-%-any.pkg.tar.zst: + mkdir -p tarballs wget $(WGET_OPTIONS) -O $@ http://repo.msys2.org/mingw/x86_64/$(notdir $@) clean-msys2: