Update winpack script

This commit is contained in:
John Zhao
2018-11-01 23:12:36 +08:00
parent f923414660
commit f803e3a75b
11 changed files with 777 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ tools: install
pkg: clean
@$(call echo,Make $@)
ifeq ($(HOST_OS),Win)
@$(SH) ./scripts/win/winpack.sh
@$(SH) ./scripts/win/winpack.sh "$(PKGNAME)"
else
$(error "Can't make pkg on $(HOST_OS)")
endif