MAKE: fixed update target for miniz

master
Martin Gerhardy 2021-04-27 23:03:00 +02:00
parent da4c56e719
commit 6f239bb9ec
1 changed files with 2 additions and 1 deletions

View File

@ -167,7 +167,8 @@ update-simplecpp:
update-miniz:
$(call UPDATE_GIT,miniz,https://github.com/richgel999/miniz.git)
cp $(UPDATEDIR)/miniz.sync/miniz.[ch] src/modules/core
cd $(UPDATEDIR)/miniz.sync; ./amalgamate.sh
cp $(UPDATEDIR)/miniz.sync/amalgamation/miniz.[ch] src/modules/core
update-nuklear:
$(call UPDATE_GIT,nuklear,https://github.com/Immediate-Mode-UI/Nuklear)