Skip to content
Snippets Groups Projects
Verified Commit d4e8d6d3 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Windows package: add missing rule for creating tarballs directory

[skip ci]

(cherry picked from commit a99beac0)
parent 4e125d64
No related branches found
No related tags found
No related merge requests found
...@@ -157,6 +157,7 @@ mingw64: tarballs/mingw-w64-x86_64-gcc-$(MINGW64_GCC_VERSION)-any.pkg.tar.zst ta ...@@ -157,6 +157,7 @@ mingw64: tarballs/mingw-w64-x86_64-gcc-$(MINGW64_GCC_VERSION)-any.pkg.tar.zst ta
touch $@ touch $@
tarballs/mingw-w64-x86_64-%-any.pkg.tar.zst: tarballs/mingw-w64-x86_64-%-any.pkg.tar.zst:
mkdir -p tarballs
wget $(WGET_OPTIONS) -O $@ http://repo.msys2.org/mingw/x86_64/$(notdir $@) wget $(WGET_OPTIONS) -O $@ http://repo.msys2.org/mingw/x86_64/$(notdir $@)
clean-msys2: clean-msys2:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment