mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
feat(zip): add additional dependencies for Windows zip build (#1198)
This commit is contained in:
@@ -10,6 +10,11 @@ ext-zip:
|
|||||||
license: PHP-3.01
|
license: PHP-3.01
|
||||||
depends:
|
depends:
|
||||||
- libzip
|
- libzip
|
||||||
|
depends@windows:
|
||||||
|
- libzip
|
||||||
|
- zlib
|
||||||
|
- xz
|
||||||
|
- bzip2
|
||||||
php-extension:
|
php-extension:
|
||||||
arg-type: custom
|
arg-type: custom
|
||||||
arg-type@windows: enable
|
arg-type@windows: enable
|
||||||
|
|||||||
Reference in New Issue
Block a user