Skip to content

Commit

Permalink
Updated makefile to include astronomy fix (#3615)
Browse files Browse the repository at this point in the history
Fixes #3612

Co-authored-by: xtremeqg <[email protected]>
  • Loading branch information
Loobinex and xtremeqg authored Nov 1, 2024
1 parent 02d28b2 commit 43a74eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43a74eb

Please sign in to comment.