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