This commit is contained in:
henderkes 2026-02-20 08:49:00 +07:00
parent 17acb966de
commit b518237bb2
2 changed files with 3 additions and 2 deletions

View File

@ -1009,6 +1009,9 @@
"pkg-configs": [
"zlib"
],
"static-libs": [
"libz.a"
],
"static-libs-windows": [
"zlib_a.lib"
]

View File

@ -4,8 +4,6 @@ declare(strict_types=1);
namespace SPC\builder\unix\library;
use SPC\store\FileSystem;
trait libargon2
{
protected function build()