mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
fix test
This commit is contained in:
parent
17acb966de
commit
b518237bb2
@ -1009,6 +1009,9 @@
|
||||
"pkg-configs": [
|
||||
"zlib"
|
||||
],
|
||||
"static-libs": [
|
||||
"libz.a"
|
||||
],
|
||||
"static-libs-windows": [
|
||||
"zlib_a.lib"
|
||||
]
|
||||
|
||||
@ -4,8 +4,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace SPC\builder\unix\library;
|
||||
|
||||
use SPC\store\FileSystem;
|
||||
|
||||
trait libargon2
|
||||
{
|
||||
protected function build()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user