add make packer to crossweb

This commit is contained in:
John Alanbrook 2024-03-09 17:12:23 -06:00
parent 32e71cd94e
commit 8f398707d9

View file

@ -313,6 +313,7 @@ WINCC = x86_64-w64-mingw32-gcc
#WINCC = i686-w64-mingw32-g++
.PHONY: crosswin
crosswin:
make packer
make CC=$(WINCC) OS=Windows_NT
crossmac: