Add lz4 and ext-lz4 for Windows

This commit is contained in:
crazywhalecc
2026-04-10 15:51:18 +08:00
parent d29bd12bcc
commit 3808457b52
3 changed files with 16 additions and 2 deletions

View File

@@ -2,8 +2,9 @@ ext-lz4:
type: php-extension
artifact:
source:
type: ghtagtar
repo: kjdev/php-ext-lz4
type: git
url: 'https://github.com/kjdev/php-ext-lz4.git'
rev: master
extract: php-src/ext/lz4
metadata:
license-files: [LICENSE]

View File

@@ -11,3 +11,5 @@ liblz4:
license: BSD-2-Clause
static-libs@unix:
- liblz4.a
static-libs@windows:
- lz4.lib