From 43a74eb90dc80572293a2b2f1210ecc5f9195f6e Mon Sep 17 00:00:00 2001 From: Loobinex Date: Fri, 1 Nov 2024 01:10:44 +0100 Subject: [PATCH] Updated makefile to include astronomy fix (#3615) Fixes #3612 Co-authored-by: xtremeqg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a5b69ac1a..e56e43ceb3 100644 --- a/Makefile +++ b/Makefile @@ -612,7 +612,7 @@ deps/spng/include/spng.h: deps/spng-mingw32.tar.gz | deps/spng tar xzmf $< -C deps/spng deps/astronomy-mingw32.tar.gz: - curl -Lso $@ "https://github.com/dkfans/kfx-deps/releases/download/initial/astronomy-mingw32.tar.gz" + curl -Lso $@ "https://github.com/dkfans/kfx-deps/releases/download/astronomy_fix/astronomy-mingw32.tar.gz" deps/astronomy/include/astronomy.h: deps/astronomy-mingw32.tar.gz | deps/astronomy tar xzmf $< -C deps/astronomy