mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Use 7za for packaging
Better compression, Unicode support and general compatibility.
This commit is contained in:
parent
b309f645f9
commit
ff02775331
2 changed files with 6 additions and 5 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue