Use 7za for packaging

Better compression, Unicode support and general compatibility.
This commit is contained in:
Anatol Belski 2018-02-02 18:30:20 +01:00
parent b309f645f9
commit ff02775331
2 changed files with 6 additions and 5 deletions

View file

@ -2999,6 +2999,7 @@ function toolset_setup_project_tools()
}
PATH_PROG('zip');
PATH_PROG('lemon');
PATH_PROG('7za');
// avoid picking up midnight commander from cygwin
PATH_PROG('mc', WshShell.Environment("Process").Item("PATH"));