Skip to content

Commit

Permalink
BUG: 400: Invalid request in build.py
Browse files Browse the repository at this point in the history
* Fix the download url.
  • Loading branch information
Joppe committed Mar 26, 2024
1 parent a948a51 commit c508447
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 @@ -387,7 +387,7 @@ $/%/Makefile: | $/Makefile $/%/build.py
$/%/build.py: | $/build.py
ln -s ../build.py $@
$/build.py:
mkdir -p $(dir $@) && curl https://raw.githubusercontent.com/joakimbits/normalize/build.py -o $@
mkdir -p $(dir $@) && curl https://raw.githubusercontent.com/joakimbits/normalize/main/build.py -o $@

.PRECIOUS: $/build.py $($/_SUBPROJECTS:%=%build.py)

Expand Down

0 comments on commit c508447

Please sign in to comment.