Skip to content

Commit

Permalink
Add temporary fix for MinGW's repository reorg :/.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed Nov 4, 2024
1 parent 7c54ad4 commit 072ecee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/target-win.mk
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ sysroot += $$(temp)

$(output)/$(1)/%.msys2:
@mkdir -p $$(dir $$@)
curl https://repo.msys2.org/mingw/$(1)/mingw-w64-$(1)-$$*-any.pkg.tar.zst | zstd -d | tar -C $(output)/$(1) -xvf-
curl -L https://repo.msys2.org/mingw/$(1)/mingw-w64-$(1)-$$*-any.pkg.tar.zst | zstd -d | tar -C $(output)/$(1) -xvf-
@touch $$@
sysroot += $(patsubst %,$(output)/$(1)/%.msys2,$(msys2))
endef
Expand Down

0 comments on commit 072ecee

Please sign in to comment.